Skip to content

Commit

Permalink
CI: Set _NOLIB32="true" on debuntu builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk-Glitch committed Jun 17, 2023
1 parent 6cfe8dd commit ea1387b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wine-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
sudo aptitude remove -y '?narrow(?installed,?version(deb.sury.org))'
cd wine-tkg-git
sed -i 's/distro=""/distro="debuntu"/' customization.cfg
sed -i 's/_NOLIB32="false"/_NOLIB32="true"/' wine-tkg-profiles/advanced-customization.cfg
echo '_ci_build="true"' >> customization.cfg
touch tarplz
yes|./non-makepkg-build.sh
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wine-valvexbe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
cd wine-tkg-git
sed -i 's/distro=""/distro="debuntu"/' customization.cfg
sed -i 's/LOCAL_PRESET=""/LOCAL_PRESET="valve-exp-bleeding"/' customization.cfg
sed -i 's/_NOLIB32="false"/_NOLIB32="true"/' wine-tkg-profiles/advanced-customization.cfg
echo '_ci_build="true"' >> customization.cfg
touch tarplz
yes|./non-makepkg-build.sh
Expand Down

0 comments on commit ea1387b

Please sign in to comment.