mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-04 01:00:09 +00:00
Make sure ownership is set for git repo
This commit is contained in:
3
.github/workflows/compilation.yml
vendored
3
.github/workflows/compilation.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user