summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2024-01-08 14:13:49 +0100
committerTomas Mraz <tomas@openssl.org>2024-01-23 18:22:53 +0100
commit188ffa6cce00c566ffdc378cf66099af27f311c7 (patch)
tree155f6e2b2c3a9a5227e502d0b16ab1a73fea9cd8
parent7f53a5e41934552c8fbf2019994e40f5f25ef321 (diff)
ci.yml: Replace actions-rs/toolchain@v1 with dtolnay/rust-toolchain
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)
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6944f370f2..0f7b8eca5c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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