Skip to content

Commit 6bf44e3

Browse files
committed
ci: create parent directories when creating wine prefix directory
1 parent f1473e7 commit 6bf44e3

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
@@ -29,7 +29,7 @@ jobs:
2929

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

0 commit comments

Comments
 (0)