Skip to content

Commit

Permalink
Fix ci rust install
Browse files Browse the repository at this point in the history
  • Loading branch information
johnschug committed Apr 13, 2024
1 parent 8ac5c63 commit 978a32c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
run: brew install gnupg

- name: Install rust
run: rustup default --no-self-update ${{ matrix.rust }}
run: rustup toolchain install --no-self-update --profile minimal ${{ matrix.rust }}

- run: rustup default ${{ matrix.rust }}

- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit 978a32c

Please sign in to comment.