From b6dc60a0edc420c7e9fede477b1f9fb0c65096d8 Mon Sep 17 00:00:00 2001 From: Stephen Fegan Date: Mon, 1 Jul 2024 15:11:12 +0200 Subject: [PATCH] Small fix --- .github/workflows/native-build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native-build-and-test.yml b/.github/workflows/native-build-and-test.yml index e9565c22..aa819103 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/CamerasToACTLRelease/releases/download/${{matrix.os}}/CamerasToACTL-${{matrix.os}}.tgz | sudo tar -zxf - -C / + 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/Geant4Build/releases/download/${{matrix.os}}-${{matrix.geant}}/Geant4-${{matrix.os}}-${{matrix.geant}}.tbz2 | sudo tar -jxf - -C / - name: Print version information shell: bash