mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-06-06 09:39:43 +00:00
adjust cache in nim and rm nimble install in Makefile
This commit is contained in:
parent
8bb8d90f95
commit
23eefbcd5f
2
.github/actions/install_nim/action.yml
vendored
2
.github/actions/install_nim/action.yml
vendored
@ -52,7 +52,7 @@ runs:
|
|||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: '${{ github.workspace }}/nim'
|
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
|
- name: Build Nim and Nimble
|
||||||
shell: ${{ inputs.shell }}
|
shell: ${{ inputs.shell }}
|
||||||
|
|||||||
1
Makefile
1
Makefile
@ -69,7 +69,6 @@ waku.nims:
|
|||||||
$(NIMBLEDEPS_STAMP): | waku.nims
|
$(NIMBLEDEPS_STAMP): | waku.nims
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
nimble setup --localdeps
|
nimble setup --localdeps
|
||||||
nimble install --depsOnly
|
|
||||||
$(MAKE) build-nph
|
$(MAKE) build-nph
|
||||||
$(MAKE) rebuild-nat-libs-nimbledeps
|
$(MAKE) rebuild-nat-libs-nimbledeps
|
||||||
$(MAKE) rebuild-bearssl-nimbledeps
|
$(MAKE) rebuild-bearssl-nimbledeps
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user