mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-04-14 20:23:08 +00:00
fix to avoid testutils build on ubuntu ci github
This commit is contained in:
parent
84cadb240f
commit
a0ba9e293c
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -84,6 +84,7 @@ jobs:
|
||||
- name: Install nimble deps
|
||||
if: steps.cache-nimbledeps.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
touch nimble.paths # prevents nimble from generating include "" in buildtemp config.nims
|
||||
nimble setup --localdeps
|
||||
make rebuild-nat-libs-nimbledeps
|
||||
make rebuild-bearssl-nimbledeps
|
||||
@ -133,6 +134,7 @@ jobs:
|
||||
- name: Install nimble deps
|
||||
if: steps.cache-nimbledeps.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
touch nimble.paths # prevents nimble from generating include "" in buildtemp config.nims
|
||||
nimble setup --localdeps
|
||||
make rebuild-nat-libs-nimbledeps
|
||||
make rebuild-bearssl-nimbledeps
|
||||
@ -208,6 +210,7 @@ jobs:
|
||||
- name: Install nimble deps
|
||||
if: steps.cache-nimbledeps.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
touch nimble.paths # prevents nimble from generating include "" in buildtemp config.nims
|
||||
nimble setup --localdeps
|
||||
make rebuild-nat-libs-nimbledeps
|
||||
make rebuild-bearssl-nimbledeps
|
||||
|
||||
1
.github/workflows/container-image.yml
vendored
1
.github/workflows/container-image.yml
vendored
@ -70,6 +70,7 @@ jobs:
|
||||
- name: Install nimble deps
|
||||
if: ${{ steps.secrets.outcome == 'success' && steps.cache-nimbledeps.outputs.cache-hit != 'true' }}
|
||||
run: |
|
||||
touch nimble.paths # prevents nimble from generating include "" in buildtemp config.nims
|
||||
nimble setup --localdeps
|
||||
make rebuild-nat-libs-nimbledeps
|
||||
make rebuild-bearssl-nimbledeps
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user