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#23232)
  • Loading branch information
t8m committed Jan 23, 2024
1 parent 15f479e commit cd5911a
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -488,12 +488,9 @@ 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: get cpu info
run: |
cat /proc/cpuinfo
Expand All @@ -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
Expand Down

0 comments on commit cd5911a

Please sign in to comment.