mirror of https://github.com/PrimeDecomp/prime.git
ci: Try chown
This commit is contained in:
parent
d360c944f8
commit
1c5c485eba
|
@ -16,7 +16,7 @@ jobs:
|
||||||
sudo dpkg --add-architecture i386
|
sudo dpkg --add-architecture i386
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get -y install wine32
|
sudo apt-get -y install wine32
|
||||||
mkdir -p "$WINEPREFIX"
|
sudo chown $(whoami) "$GITHUB_WORKSPACE"
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Download compilers
|
- name: Download compilers
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue