diff --git a/.github/workflows/native-build-and-test.yml b/.github/workflows/native-build-and-test.yml index aa819103..e9565c22 100644 --- a/.github/workflows/native-build-and-test.yml +++ b/.github/workflows/native-build-and-test.yml @@ -69,7 +69,7 @@ jobs: libpcap-dev libz-dev libprotobuf-c-dev protobuf-c-compiler \ libprotobuf-dev protobuf-compiler libprotoc-dev libzstd-dev \ ${{ matrix.compiler[2] }} - curl -L https://github.com/llr-cta/CamerasToACTL/releases/download/${{matrix.os}}/CamerasToACTL-${{matrix.os}}.tgz | sudo tar -zxf - -C / + curl -L https://github.com/llr-cta/CamerasToACTLRelease/releases/download/${{matrix.os}}/CamerasToACTL-${{matrix.os}}.tgz | sudo tar -zxf - -C / curl -L https://github.com/llr-cta/Geant4Build/releases/download/${{matrix.os}}-${{matrix.geant}}/Geant4-${{matrix.os}}-${{matrix.geant}}.tbz2 | sudo tar -jxf - -C / - name: Print version information shell: bash