mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-12 23:03:39 +00:00
change nim version
This commit is contained in:
parent
47161e9036
commit
b060d88f06
7
.github/workflows/test_common.yml
vendored
7
.github/workflows/test_common.yml
vendored
@ -95,13 +95,13 @@ jobs:
|
||||
gcc \
|
||||
g++
|
||||
|
||||
- name: Install Nim 2.x
|
||||
- name: Install Nim 2.2.4
|
||||
run: |
|
||||
set -euo pipefail
|
||||
curl https://nim-lang.org/choosenim/init.sh -sSf | sh -s -- -y
|
||||
echo "$HOME/.nimble/bin" >> "$GITHUB_PATH"
|
||||
export PATH="$HOME/.nimble/bin:$PATH"
|
||||
choosenim stable
|
||||
choosenim 2.2.4
|
||||
nim --version
|
||||
nimble --version
|
||||
|
||||
@ -143,9 +143,6 @@ jobs:
|
||||
echo "Built library:"
|
||||
ls -l "$BINDINGS_DIR/lib/liblogosdelivery.so"
|
||||
|
||||
echo "Built library:"
|
||||
ls -l "$BINDINGS_DIR/lib/liblogosdelivery.so"
|
||||
|
||||
- name: Verify wrapper library
|
||||
run: |
|
||||
test -f vendor/logos-delivery-python-bindings/lib/liblogosdelivery.so
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user