Skip to content

Commit

Permalink
comment the rust cache for a min
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Jun 10, 2024
1 parent 3ca3a23 commit c155e25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ship.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ jobs:
sudo apt-get update
sudo apt-get install -y ${{ matrix.linux-packages }}
- uses: Swatinem/rust-cache@v2
with:
shared-key: "build-${matrix.runner}" # share the cache across jobs
# - uses: Swatinem/rust-cache@v2
# with:
# shared-key: "build-${matrix.runner}" # share the cache across jobs

- name: build the CLI
run: |
Expand Down
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c155e25

Please # to comment.