Skip to content

Commit d740b23

Browse files
committed
fix xlings version to 0.4.2
1 parent 522bf7f commit d740b23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
env:
3535
XLINGS_NON_INTERACTIVE: 1
3636
run: |
37-
curl -fsSL https://raw.githubusercontent.com/d2learn/xlings/refs/heads/main/tools/other/quick_install.sh | bash
37+
curl -fsSL https://raw.githubusercontent.com/d2learn/xlings/refs/heads/main/tools/other/quick_install.sh | bash -s -- $XLINGS_VERSION
3838
echo "PATH=$HOME/.xlings/subos/current/bin:$PATH" >> "$GITHUB_ENV"
3939
4040
- name: Install GCC 15.1 with Xlings
@@ -66,7 +66,7 @@ jobs:
6666
env:
6767
XLINGS_NON_INTERACTIVE: 1
6868
run: |
69-
curl -fsSL https://d2learn.org/xlings-install.sh | bash
69+
curl -fsSL https://raw.githubusercontent.com/d2learn/xlings/refs/heads/main/tools/other/quick_install.sh | bash -s -- $XLINGS_VERSION
7070
echo "PATH=$HOME/.xlings/subos/current/bin:$PATH" >> "$GITHUB_ENV"
7171
7272
- name: Install Project Dependencies via Xlings

0 commit comments

Comments
 (0)