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:
|
||||
runs-on: ubuntu-latest
|
||||
container: devkitpro/devkitppc:latest
|
||||
env:
|
||||
WINEPREFIX: ${{github.workspace}}/.wine
|
||||
steps:
|
||||
- name: Install devkitPro
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue