Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jedeoric committed Oct 24, 2024
1 parent dc2aa5e commit 894d3a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ jobs:
- name: Compile project
run: |
if [ -f "bpm.tml" ]; then
ls -l ~/bin
ls -l ~/bin
CC65_HOME=${GITHUB_WORKSPACE}/../cc65
echo "../bpm/src/bpm" >> $GITHUB_PATH
echo pwd
pwd
Expand Down

0 comments on commit 894d3a2

Please sign in to comment.