Skip to content

Commit c9da595

Browse files
committed
ci: create wine prefix in build directory
to avoid `wine: '/github/home' is not owned by you, refusing to create a configuration directory there` error
1 parent a290c11 commit c9da595

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
submodules: 'recursive'
2929

3030
- run: |
31+
export WINEPREFIX=.wine
32+
mkdir $WINEPREFIX
3133
cmake -B build build -DBUILD_PS2=1 -DBUILD_ARM=0 -DBOARD=waveshare-rp2040-tiny
3234
cmake --build build
3335

0 commit comments

Comments
 (0)