We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e8453 commit 3199545Copy full SHA for 3199545
2 files changed
.github/workflows/ci.yml
@@ -56,6 +56,7 @@ jobs:
56
- name: Bootstrap mcpp via xlings
57
env:
58
XLINGS_NON_INTERACTIVE: '1'
59
+ XLINGS_VERSION: v0.4.25
60
run: |
61
# xlings: install if not cached. The installer reads from
62
# /dev/tty for an interactive prompt; XLINGS_NON_INTERACTIVE=1
.github/workflows/release.yml
@@ -95,6 +95,10 @@ jobs:
95
96
97
98
+ # Pin xlings version to avoid broken upstream releases (e.g.
99
+ # v0.4.29 shipped with empty assets). The install script
100
+ # honours XLINGS_VERSION when set.
101
102
103
if [ ! -x "$HOME/.xlings/subos/default/bin/xlings" ]; then
104
curl -fsSL https://d2learn.org/xlings-install.sh | bash
0 commit comments