mirror of https://github.com/PrimeDecomp/prime.git
ci: Add WINEPREFIX env
This commit is contained in:
parent
85b7941e1f
commit
859dcb5075
|
@ -8,6 +8,8 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: devkitpro/devkitppc:latest
|
container: devkitpro/devkitppc:latest
|
||||||
|
env:
|
||||||
|
WINEPREFIX: ${{github.workspace}}/.wine
|
||||||
steps:
|
steps:
|
||||||
- name: Install devkitPro
|
- name: Install devkitPro
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue