From b060d88f0654e831482f439e374ccffb3b9363ba Mon Sep 17 00:00:00 2001 From: Aya Hassan Date: Fri, 10 Apr 2026 12:54:42 +0200 Subject: [PATCH] change nim version --- .github/workflows/test_common.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index df7a151f2..dc00520af 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -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