Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jedeoric committed Oct 22, 2024
1 parent 46ee183 commit 1498096
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 @@ -79,7 +79,7 @@ jobs:
- name: Get bpm
if: steps.cache-sdk.outputs.cache-hit != 'true'
run: |
mkdir ~/bin/ && wget https://raw.githubusercontent.com/orix-software/bpm/refs/heads/main/src/bpm -o ~/bin/bpm && chmod 755 ~/bin/bpm && export PATH=$PATH:~/bin/bpm && ls -l ~/bin/bpm
mkdir ~/bin/ && wget https://raw.githubusercontent.com/orix-software/bpm/refs/heads/main/src/bpm -o ~/bin/bpm && chmod 755 ~/bin/bpm && export PATH=$PATH:~/bin && ls -l ~/bin/bpm
bpm -V
- name: Prepare environment for oricutron
Expand Down Expand Up @@ -136,6 +136,7 @@ jobs:
echo $PATH
PATH=$PATH:~/bin
echo $PATH
cat ~/bin/bpm
bpm -V
ls -l && ls -l .. && ls -l ~/bin/ && mv cc65 ../ && mv orix-software ../ && mv orix-sdk ../ && mv md2hlp ../ && mkdir ~/bin && chmod 755 ~/bin/bpm && echo $PATH
Expand Down

0 comments on commit 1498096

Please sign in to comment.