Skip to content

Commit

Permalink
Add bison to the env path
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtrujy authored Aug 20, 2022
1 parent b56754c commit d472256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ jobs:
export PS2DEV=$PWD/ps2dev
export PS2SDK=$PS2DEV/ps2sdk
export PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH"
export PATH="/usr/local/opt/bison/bin:$PATH"
export PATH=$PATH:$PS2DEV/bin:$PS2DEV/ee/bin:$PS2DEV/iop/bin:$PS2DEV/dvp/bin:$PS2SDK/bin
./toolchain.sh

0 comments on commit d472256

Please sign in to comment.