mirror of
https://github.com/logos-messaging/logos-chat.git
synced 2026-03-03 22:33:05 +00:00
fix: wrong extension for mac
This commit is contained in:
parent
50cb6a60a9
commit
c517b981b4
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -72,5 +72,10 @@ jobs:
|
||||
run: nix build ".?submodules=1#" --print-build-logs
|
||||
- name: Verify outputs
|
||||
run: |
|
||||
test -f result/lib/liblogoschat.so
|
||||
if [[ "$RUNNER_OS" == "macOS" ]]; then
|
||||
ext=dylib
|
||||
else
|
||||
ext=so
|
||||
fi
|
||||
test -f result/lib/liblogoschat.$ext
|
||||
test -f result/include/liblogoschat.h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user