Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FilippoFantinato authored Sep 9, 2024
1 parent 863ce3d commit 668a82a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: checkout
uses: actions/checkout@v4
- name: rust-toolchain
uses: actions-rs/toolchain@v1.0.6
uses: dtolnay/rust-toolchain@stable
- name: cache
uses: Swatinem/rust-cache@v2
- name: Build
Expand Down

0 comments on commit 668a82a

Please sign in to comment.