From ff91d2b3de1a51ba71056710ced50adf6d6e9024 Mon Sep 17 00:00:00 2001 From: mt82 Date: Sat, 13 Jul 2024 10:00:36 +0200 Subject: [PATCH] debug --- .github/workflows/sandreco-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/sandreco-ci.yml b/.github/workflows/sandreco-ci.yml index a9f18f4..53ec10b 100644 --- a/.github/workflows/sandreco-ci.yml +++ b/.github/workflows/sandreco-ci.yml @@ -171,6 +171,7 @@ jobs: # Get sandreco ############################################################################################################################# - name: Checkout sandreco + if: steps.cache-sandreco.outputs.cache-hit != 'true' uses: actions/checkout@v4.1.7 with: # Relative path under $GITHUB_WORKSPACE to place the repository @@ -182,6 +183,9 @@ jobs: - name: Install sandreco if: steps.cache-sandreco.outputs.cache-hit != 'true' run: | + ls ~ + ls ~/sandreco + ls ~/sandreco/source mkdir -p ~/sandreco cd ~/sandreco mkdir build