Skip to content

Commit

Permalink
ci updates
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley committed Sep 11, 2023
1 parent 7b24a03 commit 972d137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
steps:
- uses: dtolnay/rust-toolchain@stable
- name: Build
run: ls &&cargo build --release ${{ matrix.args }}
run: ls && cargo build --release ${{ matrix.args }}
- uses: Swatinem/rust-cache@v2
with:
key: cargo-${{ hashFiles('**/Cargo.lock') }}-${{matrix.target}}
Expand Down

0 comments on commit 972d137

Please sign in to comment.