Skip to content

Commit

Permalink
add debug again
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Apr 28, 2023
1 parent 87680ce commit 9be5dd7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/cairo-1.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,20 @@ jobs:
key: ${{ runner.os }}-cargo-${{ env.CAIRO_HASH }}
restore-keys: Linux-cargo-

- name: Pre pull debug
run: |
if [ -d $SCARB_INSTALLATION_FOLDER ]
then
cd $SCARB_INSTALLATION_FOLDER
ls
cd ..
fi
if [ -d $CAIRO_INSTALLATION_FOLDER ]
then
cd $CAIRO_INSTALLATION_FOLDER
ls
cd ..
- name: Pull Scarb
run: |
if [ -d $SCARB_INSTALLATION_FOLDER ]
Expand Down

0 comments on commit 9be5dd7

Please sign in to comment.