File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change 11
11
12
12
env :
13
13
LM_LICENSE_FILE : " ${{ github.workspace }}/tools/cw/license.dat"
14
- CALCROM_DISCORD_WEBHOOK_AVATAR_URL : " https://i.imgur.com/38BQHdd.png"
15
- CALCROM_DISCORD_WEBHOOK_USERNAME : " OK"
16
- CALCROM_WEBHOOK_URL : " ${{ secrets.WEBHOOKURL }}"
17
14
BUILD : /var/tmp/pokeplatinum
15
+ WINEARCH : win32
18
16
19
17
jobs :
20
18
build :
21
19
permissions :
22
20
contents : write
23
- runs-on : ubuntu-22 .04
21
+ runs-on : ubuntu-24 .04
24
22
steps :
25
23
- name : Install Software
26
24
run : |
29
27
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/$(lsb_release -cs)/winehq-$(lsb_release -cs).sources
30
28
sudo dpkg --add-architecture i386
31
29
sudo apt-get update -y
32
- sudo apt-get install -y --install-recommends python3-pip ninja-build winehq-stable binutils-arm-none-eabi gcc-arm-none-eabi flex bison
33
- pip install --user meson pyelftools
30
+ sudo apt-get install -y --install-recommends python3-pip wine32:i386 binutils-arm-none-eabi gcc-arm-none-eabi flex bison
34
31
35
32
- name : Checkout Repo
36
33
uses : actions/checkout@v2
41
38
- name : Build Repo
42
39
run : make check
43
40
44
- - name : Webhook
45
- if : ${{ github.event_name == 'push' }}
46
- env :
47
- arm9name : ${{ vars.BUILD }}
48
- run : |
49
- .github/calcrom/webhook.sh "$CALCROM_WEBHOOK_URL" "$BUILD"
50
- continue-on-error : true
51
-
52
41
- name : Checkout xMAP
53
42
if : ${{ github.event_name == 'push' }}
54
43
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments