change nim version

This commit is contained in:
Aya Hassan 2026-04-10 12:54:42 +02:00
parent 47161e9036
commit b060d88f06

View File

@ -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