Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCabeza committed Jul 30, 2024
1 parent 1bf1371 commit def7b56
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ jobs:
# run: |
# V=1 bash scripts/build_p2pd.sh p2pdCache 124530a3

# - name: Restore deps from cache
# id: deps-cache
# uses: actions/cache@v3
# with:
# path: nimbledeps
# key: nimbledeps-${{ hashFiles('.pinned') }}
- name: Restore deps from cache
id: deps-cache
uses: actions/cache@v3
with:
path: nimbledeps
key: nimbledeps-${{ hashFiles('.pinned') }}

- name: Install deps
# if: ${{ steps.deps-cache.outputs.cache-hit != 'true' }}
Expand Down

0 comments on commit def7b56

Please sign in to comment.