Skip to content

Commit

Permalink
ci: use older image of wine to fix ci electron build
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Sep 2, 2022
1 parent 7e86505 commit 9e0d353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
-v ${PWD}:/project \
-v ~/.cache/electron:/root/.cache/electron \
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
electronuserland/builder:wine \
electronuserland/builder:14-wine-05.22 \
/bin/bash -c "yarn --link-duplicates --pure-lockfile && yarn install && yarn run $YARN_BUILD_CMD --linux --x64"
else
#mkdir -p plugins-win;
Expand All @@ -86,7 +86,7 @@ jobs:
-v ${PWD}:/project \
-v ~/.cache/electron:/root/.cache/electron \
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
electronuserland/builder:wine \
electronuserland/builder:14-wine-05.22 \
/bin/bash -c "yarn --link-duplicates --pure-lockfile && yarn install && yarn run $YARN_BUILD_CMD --win --x64 --ia32"
fi
else
Expand Down

0 comments on commit 9e0d353

Please sign in to comment.