adjust cache in nim and rm nimble install in Makefile

This commit is contained in:
Ivan FB 2026-03-30 02:51:44 +02:00
parent 8bb8d90f95
commit 23eefbcd5f
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270
2 changed files with 1 additions and 2 deletions

View File

@ -52,7 +52,7 @@ runs:
uses: actions/cache@v4
with:
path: '${{ github.workspace }}/nim'
key: ${{ inputs.os }}-${{ inputs.cpu }}-nim-${{ inputs.nim_ref }}-cache-${{ env.cache_nonce }}
key: ${{ inputs.os }}-${{ inputs.cpu }}-nim-${{ inputs.nim_ref }}
- name: Build Nim and Nimble
shell: ${{ inputs.shell }}

View File

@ -69,7 +69,6 @@ waku.nims:
$(NIMBLEDEPS_STAMP): | waku.nims
git submodule update --init --recursive
nimble setup --localdeps
nimble install --depsOnly
$(MAKE) build-nph
$(MAKE) rebuild-nat-libs-nimbledeps
$(MAKE) rebuild-bearssl-nimbledeps