]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
ci.yml: Replace actions-rs/toolchain@v1 with dtolnay/rust-toolchain
authorTomas Mraz <tomas@openssl.org>
Mon, 8 Jan 2024 13:13:49 +0000 (14:13 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 23 Jan 2024 17:22:53 +0000 (18:22 +0100)
actions-rs/toolchain is unmaintained and generates warnings

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23232)

(cherry picked from commit cd5911a6b300453eefb4b6d9d797c9d1cdefb956)

.github/workflows/ci.yml

index 6944f370f2fc8fac9d5f43399a62b7e9098e8a8a..0f7b8eca5c89d0beb79ba028cea021043e1775ab 100644 (file)
@@ -365,11 +365,8 @@ jobs:
       uses: actions/setup-python@v5.0.0
       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