mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-08 08:59:07 +00:00
ci: Try chown
Former-commit-id: 1c5c485ebae04d3a59b44ebdfe1992842cc9e7be
This commit is contained in:
parent
a981cc45b8
commit
8655c904a3
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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…
x
Reference in New Issue
Block a user