Skip to content

Commit abe3b17

Browse files
committed
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 openssl/openssl#23232) (cherry picked from commit cd5911a)
1 parent c53abbb commit abe3b17

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -482,12 +482,9 @@ jobs:
482482
uses: actions/setup-python@v5.0.0
483483
with:
484484
python-version: ${{ matrix.PYTHON }}
485-
- uses: actions-rs/toolchain@v1
485+
- uses: dtolnay/rust-toolchain@master
486486
with:
487-
profile: minimal
488487
toolchain: ${{ matrix.RUST }}
489-
override: true
490-
default: true
491488
- name: get cpu info
492489
run: |
493490
cat /proc/cpuinfo
@@ -505,11 +502,7 @@ jobs:
505502
run: ./config --banner=Configured --strict-warnings enable-external-tests && perl configdata.pm --dump
506503
- name: make
507504
run: make -s -j4
508-
- uses: actions-rs/toolchain@v1
509-
with:
510-
profile: default
511-
toolchain: stable
512-
default: true
505+
- uses: dtolnay/rust-toolchain@stable
513506
- name: get cpu info
514507
run: |
515508
cat /proc/cpuinfo

0 commit comments

Comments
 (0)