Skip to content

Commit

Permalink
debug ponuyp usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mfelsche committed Oct 2, 2024
1 parent aa5556f commit 5998f35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/checkout@v3
- name: add current ponyc packages dir to PONYPATH
run: |
ponyup show ponyc -b
PONY_LOCATION=$(ponyup show ponyc -b | awk '{ print $1 }')
echo "PONYPATH=$HOME/.local/share/ponyup/$PONY_LOCATION/packages:$PONYPATH" >> $GITHUB_ENV
- name: tests debug
Expand Down

0 comments on commit 5998f35

Please sign in to comment.