Skip to content

Commit

Permalink
nightly?
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Sep 12, 2024
1 parent 07c54d3 commit 2c1f56f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ jobs:
- name: Install protobuf
run: brew install protobuf
- name: Run cargo check
run: cargo check --workspace --locked
run: |
rustup toolchain install "nightly-2024-04-10"
cargo check --workspace --locked

0 comments on commit 2c1f56f

Please sign in to comment.