Skip to content

Commit

Permalink
feat: improve github action dependency check
Browse files Browse the repository at this point in the history
  • Loading branch information
RouHim committed Jun 17, 2022
1 parent ec79a71 commit 2a49369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: nightly

- uses: Swatinem/rust-cache@v1 # use /rust/cargo caching
continue-on-error: true # upload cache even if there are errors in this step
Expand Down

0 comments on commit 2a49369

Please sign in to comment.