From d4722564b0650f71dc6c08bff9aa5a5ab3b0148d Mon Sep 17 00:00:00 2001 From: Francisco Javier Trujillo Mata Date: Sat, 20 Aug 2022 18:40:26 +0200 Subject: [PATCH] Add bison to the env path --- .github/workflows/compilation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml index b811489..9d2cd11 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -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