diff --git a/.github/workflows/build-test-lin-container.yml b/.github/workflows/build-test-lin-container.yml index 34e0260ca..0d612f9bc 100644 --- a/.github/workflows/build-test-lin-container.yml +++ b/.github/workflows/build-test-lin-container.yml @@ -73,7 +73,8 @@ jobs: env: TEST_EXE: build/aprapipesut CMAKE_TC_FILE: '../vcpkg/scripts/buildsystems/vcpkg.cmake' # Note: naming this variable as CMAKE_TOOLCHAIN_FILE can cause havoc!!! - container: ghcr.io/kumaakh/aprapipes-build-x86-ubutu18.04-cuda:last-good + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true + container: ghcr.io/kumaakh/aprapipes-build-x86-ubutu18.04-cuda:last-good defaults: run: shell: bash