Skip to content

Commit

Permalink
Different download trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusAdam committed Jul 26, 2023
1 parent 38d0d6d commit 7d7957a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- run: rustup
# just triggers rustup to download the toolchain
- run: cargo --help
- uses: Swatinem/rust-cache@v2
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit 7d7957a

Please sign in to comment.