From 8fe3cdc30a2f3d9bd21085a543987e658501c40a Mon Sep 17 00:00:00 2001 From: "Alexander J. Pfleger" <70842573+AJPfleger@users.noreply.github.com> Date: Sat, 26 Oct 2024 21:24:46 +0200 Subject: [PATCH] Update builds.yml --- .github/workflows/builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index da3349a8f75..5e0c82ac4db 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -29,7 +29,7 @@ jobs: env: INSTALL_DIR: ${{ github.workspace }}/install ACTS_LOG_FAILURE_THRESHOLD: WARNING - DEPENDENCY_URL: https://acts.web.cern.ch/ACTS/ci/ubuntu-24.04/deps.v5.tar.zst + DEPENDENCY_URL: https://acts.web.cern.ch/ACTS/ci/ubuntu-24.04/deps.${{DEPENDENCY_TAG}}.tar.zst steps: - uses: actions/checkout@v4