Skip to content

Commit

Permalink
print GITHUB_WORKSPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds committed Sep 30, 2024
1 parent 415f53a commit f8be4b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/install-cairo/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ runs:
tar -xvzf release-x86_64-unknown-linux-musl.tar.gz
mv -vf cairo cairo-build
echo "$GITHUB_WORKSPACE/cairo-build/bin" >> $GITHUB_PATH
echo $GITHUB_WORKSPACE
echo "this is the github workspace"
- name: Setup Scarb for Linux
id: install-scarb
Expand Down

0 comments on commit f8be4b2

Please sign in to comment.