File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 55 - ' soda'
66 workflow_dispatch :
77env :
8- WINE_VERSION : 9.0
8+ WINE_VERSION : ' 9.0'
99 BRANCH : experimental_9.0
10- REVISION : 0
10+ REVISION : ' 1 '
1111jobs :
1212 build :
1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v4
1717
1818 - name : setup
1919 working-directory : /home/runner/work/
@@ -26,14 +26,15 @@ jobs:
2626
2727 - name : clone wine-tkg-git repo
2828 working-directory : /home/runner/work/
29- run : git clone https://github.com/Frogging-Family/wine-tkg-git.git
29+ run : |
30+ git clone https://github.com/Frogging-Family/wine-tkg-git.git
31+ cd wine-tkg-git/wine-tkg-git
32+ sed -i "s/_LOCAL_PRESET=\"\"/_LOCAL_PRESET=\"valve-exp-bleeding\"/g" customization.cfg
3033
3134 - name : get/set the soda recipe
3235 working-directory : /home/runner/.config/frogminer/
33- run : |
34- curl https://raw.githubusercontent.com/bottlesdevs/build-tools/main/runners/vaniglia/wine-tkg-valve.cfg > wine-tkg.cfg
35- sed -i "s/_plain_version=\"\"/_plain_version=\"$BRANCH\"/g" wine-tkg.cfg
36-
36+ run : curl https://raw.githubusercontent.com/bottlesdevs/build-tools/main/runners/vaniglia/wine-tkg-valve.cfg > wine-tkg.cfg
37+
3738 - name : start build
3839 working-directory : /home/runner/work/wine-tkg-git/wine-tkg-git/
3940 run : yes|./non-makepkg-build.sh
You can’t perform that action at this time.
0 commit comments