Skip to content

Commit

Permalink
WIP: manually bump the GHA cache key, just to make sure
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsbradleyjr committed Jun 24, 2021
1 parent b10ab96 commit 755a309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
vendor/nim-waku/vendor/nim-nat-traversal/vendor/miniupnp/miniupnpc
vendor/nim-waku/vendor/rln/target
vendor/nimbus-build-system/vendor/Nim/bin
key: ${{ matrix.platform.os }}-${{ steps.calc-cache-key.outputs.hash }}-release-${{ matrix.release }}
key: ${{ matrix.platform.os }}-${{ steps.calc-cache-key.outputs.hash }}-release-${{ matrix.release }}-bump

- name: Install and build dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
vendor/nim-waku/vendor/nim-nat-traversal/vendor/miniupnp/miniupnpc
vendor/nim-waku/vendor/rln/target
vendor/nimbus-build-system/vendor/Nim/bin
key: ${{ matrix.platform.os }}-${{ steps.calc-cache-key.outputs.hash }}-sqlcipher_static-${{ matrix.sqlcipher }}
key: ${{ matrix.platform.os }}-${{ steps.calc-cache-key.outputs.hash }}-sqlcipher_static-${{ matrix.sqlcipher }}-bump

- name: Install and build dependencies
run: |
Expand Down

0 comments on commit 755a309

Please sign in to comment.