Skip to content

Commit

Permalink
ci.yml: Replace actions-rs/toolchain@v1 with dtolnay/rust-toolchain
Browse files Browse the repository at this point in the history
actions-rs/toolchain is unmaintained and generates warnings

Reviewed-by: Shane Lontis <[email protected]>
Reviewed-by: Hugo Landau <[email protected]>
(Merged from openssl/openssl#23232)

(cherry picked from commit cd5911a)
  • Loading branch information
t8m committed Jan 23, 2024
1 parent cf00085 commit d39776d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,11 +369,8 @@ jobs:
uses: actions/[email protected]
with:
python-version: ${{ matrix.PYTHON }}
- uses: actions-rs/toolchain@v1
- uses: dtolnay/rust-toolchain@master
with:
profile: minimal
toolchain: ${{ matrix.RUST }}
override: true
default: true
- name: test external pyca
run: make test TESTS="test_external_pyca" VERBOSE=1

0 comments on commit d39776d

Please sign in to comment.