Skip to content

Commit

Permalink
Update rust_fmt_auto_build_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bestia-dev authored Feb 3, 2024
1 parent 0d189ab commit bc95038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust_fmt_auto_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Configure sccache
run: echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV; echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
- name: Run sccache-cache for artifacts
uses: mozilla-actions/sccache-action@v0.04
uses: mozilla-actions/sccache-action@v0.0.4
- name: cargo fmt -- --check
run: cargo fmt -- --check
- name: cargo-install cargo-auto
Expand Down

0 comments on commit bc95038

Please sign in to comment.