Skip to content

Commit

Permalink
Update rust-cache action to include 'with' syntax in build_and_upload…
Browse files Browse the repository at this point in the history
… workflow
  • Loading branch information
nullchinchilla committed May 9, 2024
1 parent 6ef2bfb commit 75ab3d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:

- name: Cache cargo build
uses: Swatinem/rust-cache@v2
key: ${{ matrix.target }}
with:
key: ${{ matrix.target }}

- name: Build client
run: cargo build --locked --release --target ${{ matrix.target }} --manifest-path binaries/geph5-client/Cargo.toml
Expand Down

0 comments on commit 75ab3d7

Please sign in to comment.