Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pompurin404 committed Sep 14, 2024
1 parent 52e2751 commit f58d0d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
node-version: 20
cache: yarn
- name: Install
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@1.77
if: ${{ !matrix.settings.docker }}
with:
toolchain: stable
toolchain: 1.77
targets: ${{ matrix.settings.target }}
- name: Cache cargo
uses: actions/cache@v4
Expand Down

0 comments on commit f58d0d9

Please sign in to comment.