mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-05 17:35:36 +00:00
ci: Add WINEPREFIX env
Former-commit-id: 859dcb5075c9fe69418f774437ea8ea239cf2c26
This commit is contained in:
parent
07f9a3186a
commit
e1b9386ca7
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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…
x
Reference in New Issue
Block a user