summaryrefslogtreecommitdiffstats
path: root/.github
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:20:22 +0100
commitcd5911a6b300453eefb4b6d9d797c9d1cdefb956 (patch)
treed35ee0fbd8db73f6cbd5e6666d2dc9504e45afdf /.github
parent15f479e25f9591a2749fabb436dcdfb9304c5c7b (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)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml11
1 files changed, 2 insertions, 9 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c125b0684f..85beae7de3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -488,12 +488,9 @@ 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: get cpu info
run: |
cat /proc/cpuinfo
@@ -511,11 +508,7 @@ jobs:
run: ./config --banner=Configured --strict-warnings enable-external-tests && perl configdata.pm --dump
- name: make
run: make -s -j4
- - uses: actions-rs/toolchain@v1
- with:
- profile: default
- toolchain: stable
- default: true
+ - uses: dtolnay/rust-toolchain@stable
- name: get cpu info
run: |
cat /proc/cpuinfo