Skip to content

Commit

Permalink
debug windows' hash key
Browse files Browse the repository at this point in the history
  • Loading branch information
mibmo committed Apr 11, 2023
1 parent 5dd85d2 commit 744513a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
go-version: ${{ env.GO_VERSION_SPECIFIER }}
- name: Compute cache key
id: cache-data
run: echo "key=${{ runner.os }}-deps-$(git submodule status | sha256sum | cut -d ' ' -f1)" >> $GITHUB_OUTPUT
run: echo "key=${{ runner.os }}-deps-$(git submodule status | sha256sum | cut -d ' ' -f1)" | tee -a $GITHUB_OUTPUT
- name: Cache dependencies
id: cache-deps
uses: actions/cache@v3
Expand Down

0 comments on commit 744513a

Please sign in to comment.