Skip to content

Commit 2f482b7

Browse files
committed
ci: bump xlings 0.4.25 → 0.4.30 (sysroot fix for gcc 16.1.0)
1 parent 0134a8b commit 2f482b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Bootstrap mcpp via xlings
5757
env:
5858
XLINGS_NON_INTERACTIVE: '1'
59-
XLINGS_VERSION: '0.4.25'
59+
XLINGS_VERSION: '0.4.30'
6060
run: |
6161
if [ ! -x "$HOME/.xlings/subos/default/bin/xlings" ]; then
6262
tarball="xlings-${XLINGS_VERSION}-linux-x86_64.tar.gz"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
# Pin xlings to a known-good version. The upstream install
9999
# script always grabs `latest` (no version override), so we
100100
# download + self-install manually to avoid broken releases.
101-
XLINGS_VERSION: '0.4.25'
101+
XLINGS_VERSION: '0.4.30'
102102
run: |
103103
if [ ! -x "$HOME/.xlings/subos/default/bin/xlings" ]; then
104104
tarball="xlings-${XLINGS_VERSION}-linux-x86_64.tar.gz"

0 commit comments

Comments
 (0)