mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-04-15 12:43:07 +00:00
install nimble from tmp folder
This commit is contained in:
parent
7929db17fb
commit
db961898bd
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -72,7 +72,7 @@ jobs:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install Nimble ${{ env.NIMBLE_VERSION }}
|
||||
run: nimble install "nimble@${{ env.NIMBLE_VERSION }}" -y
|
||||
run: cd /tmp && nimble install "nimble@${{ env.NIMBLE_VERSION }}" -y
|
||||
|
||||
- name: Cache nimble deps
|
||||
id: cache-nimbledeps
|
||||
@ -121,7 +121,7 @@ jobs:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install Nimble ${{ env.NIMBLE_VERSION }}
|
||||
run: nimble install "nimble@${{ env.NIMBLE_VERSION }}" -y
|
||||
run: cd /tmp && nimble install "nimble@${{ env.NIMBLE_VERSION }}" -y
|
||||
|
||||
- name: Cache nimble deps
|
||||
id: cache-nimbledeps
|
||||
@ -196,7 +196,7 @@ jobs:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install Nimble ${{ env.NIMBLE_VERSION }}
|
||||
run: nimble install "nimble@${{ env.NIMBLE_VERSION }}" -y
|
||||
run: cd /tmp && nimble install "nimble@${{ env.NIMBLE_VERSION }}" -y
|
||||
|
||||
- name: Cache nimble deps
|
||||
id: cache-nimbledeps
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user