summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 f0cfc0bb7e..b3c6717fff 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -482,12 +482,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
@@ -505,11 +502,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