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 1d6ce4d commit 0b1a522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust_fmt_auto_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up cargo cache
uses: actions/cache@v3
uses: actions/cache@v4
continue-on-error: false
with:
path: |
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Fmt
run: cargo fmt -- --check
- name: Install cargo-auto
run: cargo install cargo-auto
run: cargo install --force cargo-auto
- name: Build
run: cargo auto build
- name: Test
Expand Down

0 comments on commit 0b1a522

Please sign in to comment.