Skip to content

Commit 3b95ddc

Browse files
committed
Try to fix CI
1 parent cfdf344 commit 3b95ddc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ jobs:
1414
- name: Checkout source
1515
uses: actions/checkout@v3
1616
- name: Install rustup
17-
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
17+
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain ${{ matrix.rust }}
1818
- name: Setup nightly rust
1919
run: rustup toolchain install nightly
20-
- name: Setup stable rust
21-
run: rustup toolchain install ${{ matrix.rust }}
2220
- name: Run unit tests
2321
run: rustc --version && cargo --version && cargo test
2422
- name: Run script tests

0 commit comments

Comments
 (0)