mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-03-28 11:53:07 +00:00
restore make update and add check arch in ci
This commit is contained in:
parent
7e34730fff
commit
a06718fcb0
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -113,6 +113,12 @@ jobs:
|
||||
echo "=== Verify nimcrypto is in paths ==="
|
||||
grep -c nimcrypto nimble.paths || echo "WARNING: nimcrypto not found in nimble.paths!"
|
||||
|
||||
- name: Make update
|
||||
run: make update
|
||||
|
||||
- name: Check arch of loaded dependencies
|
||||
run: find . -name upnpdev.o -exec file {} \;
|
||||
|
||||
- name: Build binaries
|
||||
run: make V=1 QUICK_AND_DIRTY_COMPILER=1 NIM_PARAMS="-d:BORINGSS_USE_ASM=false" USE_LIBBACKTRACE=0 all
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user