Skip to content

Commit

Permalink
Do not share keys
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation committed Oct 16, 2024
1 parent 9792c42 commit 8dc76a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
workspaces: src/rust
shared-key: shared-cache-${{ runner.os }}-${{ steps.toolchain.outputs.name }}

- uses: r-lib/actions/check-r-package@v2
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
workspaces: src/rust
shared-key: shared-cache-${{ runner.os }}-${{ steps.toolchain.outputs.name }}

- name: Build Rust server
run: |
Expand Down

0 comments on commit 8dc76a9

Please sign in to comment.