ci: Add WINEPREFIX env

This commit is contained in:
Luke Street 2022-04-08 17:47:12 -04:00
parent 85b7941e1f
commit 859dcb5075
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ jobs:
build:
runs-on: ubuntu-latest
container: devkitpro/devkitppc:latest
env:
WINEPREFIX: ${{github.workspace}}/.wine
steps:
- name: Install devkitPro
run: |