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