mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-04-16 16:53:22 +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
|
||||
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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user