Skip to content

Commit

Permalink
abs paths
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Feb 16, 2024
1 parent e213326 commit 37054bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
working-directory: ./wine-9.2
run: |
./configure \
--prefix=../wine-prefix \
--prefix=$HOME/wine-prefix \
--enable-win64 \
--with-mingw=ccache x86_64-w64-mingw64-gcc \
--disable-win16 \
Expand Down Expand Up @@ -80,4 +80,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: wine-build
path: wine-prefix
path: $HOME/wine-prefix

0 comments on commit 37054bf

Please sign in to comment.