mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-03-29 04:13:08 +00:00
clear cache from previous runs to avoid clash between archs
This commit is contained in:
parent
3217bc0cef
commit
1dd0b7cfb3
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -60,6 +60,12 @@ jobs:
|
||||
|
||||
name: build-ci-${{ matrix.os }}
|
||||
steps:
|
||||
- name: Clear cache
|
||||
run: |
|
||||
rm -rf ~/.cache/nim
|
||||
rm -rf ~/.cache/nimble
|
||||
rm -rf nimcache
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
@ -83,7 +89,7 @@ jobs:
|
||||
nimbledeps/pkgs2
|
||||
~/.cache
|
||||
key: nimble-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('waku.nimble') }}
|
||||
restore-keys: nimble-${{ runner.os }}-${{ runner.arch }}-
|
||||
restore-keys: nimble-${{ runner.os }}-${{ runner.arch }}
|
||||
|
||||
- name: Make update
|
||||
run: make update
|
||||
@ -147,7 +153,7 @@ jobs:
|
||||
nimbledeps/pkgs2
|
||||
~/.cache
|
||||
key: nimble-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('waku.nimble') }}
|
||||
restore-keys: nimble-${{ runner.os }}-${{ runner.arch }}-
|
||||
restore-keys: nimble-${{ runner.os }}-${{ runner.arch }}
|
||||
|
||||
- name: Make update
|
||||
run: make update
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user