Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkMyCar committed Dec 29, 2024
1 parent 4bad7c2 commit ffd9aba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
fail-fast: false
matrix:
include:
- toolchain: ${{ env.RUST_VERSION }}
- toolchain: ${{ env.RUST_NIGHTLY_VERSION }}
- toolchain: "1.83.0"
- toolchain: "nightly-2024-12-20"

name: cargo test
runs-on: ubuntu-latest
Expand Down Expand Up @@ -64,8 +64,8 @@ jobs:

- name: Install toolchain
run: |
rustup toolchain install ${{ env.RUST_NIGHTLYVERSION }} --no-self-update --profile minimal --component miri
rustup override set ${{ env.RUST_NIGHTLYVERSION }}
rustup toolchain install ${{ env.RUST_NIGHTLY_VERSION }} --no-self-update --profile minimal --component miri
rustup override set ${{ env.RUST_NIGHTLY_VERSION }}
- name: Install cargo-nextest
uses: taiki-e/install-action@nextest
- uses: Swatinem/rust-cache@v2
Expand All @@ -85,8 +85,8 @@ jobs:

- name: Install toolchain
run: |
rustup toolchain install ${{ env.RUST_NIGHTLYVERSION }} --no-self-update --profile minimal
rustup override set ${{ env.RUST_NIGHTLYVERSION }}
rustup toolchain install ${{ env.RUST_NIGHTLY_VERSION }} --no-self-update --profile minimal
rustup override set ${{ env.RUST_NIGHTLY_VERSION }}
- name: Install cargo-nextest
uses: taiki-e/install-action@nextest
- uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit ffd9aba

Please sign in to comment.