Skip to content

Commit f1473e7

Browse files
committed
ci: specify absolute path for wine prefix
1 parent c9da595 commit f1473e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
submodules: 'recursive'
2929

3030
- run: |
31-
export WINEPREFIX=.wine
31+
export WINEPREFIX=${{ github.workspace }}/build/wine
3232
mkdir $WINEPREFIX
3333
cmake -B build build -DBUILD_PS2=1 -DBUILD_ARM=0 -DBOARD=waveshare-rp2040-tiny
3434
cmake --build build

0 commit comments

Comments
 (0)