Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyawk committed Apr 7, 2024
1 parent c3cb44c commit 4d08a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
with:
ref: ${{ github.head_ref }}
- name: Try to restore build cache
uses: actions/cache/store@v4
uses: actions/cache/restore@v4
with:
path: .cache
key: ${{ runner.os }}-build
- name: Try to restore bazelisk binary
id: cache-bazelisk-bin
uses: actions/cache/store@v4
uses: actions/cache/restore@v4
with:
path: ${{ env.BAZELISK_BIN_DIR }}
key: ${{ env.BAZELISK_VERSION }}-bazelisk-bin
Expand Down

0 comments on commit 4d08a62

Please sign in to comment.