We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4bfa73 commit 1927444Copy full SHA for 1927444
.github/workflows/i386_linux.yml
@@ -10,11 +10,11 @@ on:
10
required: false
11
type: string
12
release:
13
- default: https://github.com/modula3/cm3/releases/download/d5.11.4
+ default: https://github.com/modula3/cm3/releases/download/d5.11.9
14
15
16
bootstrap:
17
- default: cm3-boot-I386_LINUX-d5.11.4.tar.xz
+ default: cm3-boot-AMD64_LINUX-None.tar.xz
18
19
20
@@ -57,7 +57,7 @@ jobs:
57
cmake --install ../build
58
echo "${CM3_INSTALL}/bin" >> $GITHUB_PATH
59
60
- - name: Build all the things
+ - name: Build everything
61
run: |
62
scripts/concierge.py full-upgrade --backend "${{ matrix.backend }}" -DM3CC_TARGET=I386_LINUX headless -m3gdb
63
0 commit comments