Increase nim-waku cache version due to CI issues

This commit is contained in:
Franck Royer 2021-03-25 20:10:27 +11:00
parent c491b65edc
commit cae1bb53da
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
path: | path: |
./nim-waku/build/wakunode2 ./nim-waku/build/wakunode2
./nim-waku/vendor/rln/target/debug ./nim-waku/vendor/rln/target/debug
key: nim-waku-build-v2-${{ steps.nim-waku-head.outputs.ref }} key: nim-waku-build-v3-${{ steps.nim-waku-head.outputs.ref }}
# This would have been done part of npm pretest but it gives better # This would have been done part of npm pretest but it gives better
# visibility in the CI if done as a separate step # visibility in the CI if done as a separate step