Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jedeoric committed Oct 24, 2024
1 parent 5cd8556 commit 03c214c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ jobs:
ls -l ${GITHUB_WORKSPACE}
pwd
echo "../bpm/src/bpm" >> $GITHUB_PATH
export PATH=$PATH:../bpm/src/:/home/runner/work/file/cc65/bin
export PATH=$PATH:../bpm/src/:${GITHUB_WORKSPACE}/../cc65/bin
#/home/runner/work/file/cc65/bin
#${GITHUB_WORKSPACE}/../cc65
chmod 755 ../bpm/src/bpm
echo "/home/runner/work/file/cc65/bin" >> $GITHUB_PATH
bpm --disable-check-update -V
Expand Down

0 comments on commit 03c214c

Please sign in to comment.