From 1a3034de95330b5734154c68960b67fab5862d02 Mon Sep 17 00:00:00 2001 From: Paul Gessinger Date: Mon, 4 Mar 2024 11:06:59 +0100 Subject: [PATCH] checkout patch --- .github/workflows/macos.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 80792da7..69c3a617 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -439,6 +439,8 @@ jobs: - run: sudo tar xf podio.tar.gz -C ${DEPENDENCY_DIR} - run: sudo tar xf edm4hep.tar.gz -C ${DEPENDENCY_DIR} + - uses: actions/checkout@v4 + - name: Build DD4hep run: > curl -SL https://github.com/AIDASoft/DD4hep/archive/refs/tags/v${DD4HEP_VERSION}.tar.gz | tar -xzC .