Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mt82 authored Jul 13, 2024
1 parent a68947b commit ff91d2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sandreco-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ff91d2b

Please sign in to comment.