Skip to content

Commit 1bd3662

Browse files
author
Mirko Brombin
authored
Merge pull request #72 from xioren/patch-1
Update Soda to 9.0-1
2 parents 83fd932 + d8bb49b commit 1bd3662

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/build-soda.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ on:
55
- 'soda'
66
workflow_dispatch:
77
env:
8-
WINE_VERSION: 9.0
8+
WINE_VERSION: '9.0'
99
BRANCH: experimental_9.0
10-
REVISION: 0
10+
REVISION: '1'
1111
jobs:
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

0 commit comments

Comments
 (0)