We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0134a8b commit 2f482b7Copy full SHA for 2f482b7
2 files changed
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Bootstrap mcpp via xlings
57
env:
58
XLINGS_NON_INTERACTIVE: '1'
59
- XLINGS_VERSION: '0.4.25'
+ XLINGS_VERSION: '0.4.30'
60
run: |
61
if [ ! -x "$HOME/.xlings/subos/default/bin/xlings" ]; then
62
tarball="xlings-${XLINGS_VERSION}-linux-x86_64.tar.gz"
.github/workflows/release.yml
@@ -98,7 +98,7 @@ jobs:
98
# Pin xlings to a known-good version. The upstream install
99
# script always grabs `latest` (no version override), so we
100
# download + self-install manually to avoid broken releases.
101
102
103
104
0 commit comments