mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-03-30 04:43:37 +00:00
rm cache nimble deps step from ci
This commit is contained in:
parent
16b3612732
commit
580e5c7b90
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -99,15 +99,6 @@ jobs:
|
||||
echo "=== Nim version ==="
|
||||
nim --version
|
||||
|
||||
- name: Cache nimble deps
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
nimbledeps/pkgs2
|
||||
~/.cache
|
||||
key: nimble-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('waku.nimble') }}
|
||||
restore-keys: nimble-${{ runner.os }}-${{ runner.arch }}
|
||||
|
||||
- name: Make update
|
||||
run: make update
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user