diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml index 8c2cd699..af1f0a32 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -20,6 +20,9 @@ jobs: - name: Compile PSPSDK run: | + chown -R $(id -nu):$(id -ng) . + export PSPDEV=$PWD/pspdev + export PATH=$PATH:$PSPDEV/bin ./build-and-install.sh - name: Get short SHA