From 5ec9a1b35a7fdc0b94d69e26816898c671864c8a Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Sun, 16 Jun 2024 12:56:45 +0200 Subject: [PATCH] Make sure ownership is set for git repo --- .github/workflows/compilation.yml | 3 +++ 1 file changed, 3 insertions(+) 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