From d740b2371edba9d8b699a61bf149aac5044b4cb7 Mon Sep 17 00:00:00 2001 From: sunrisepeak Date: Tue, 17 Mar 2026 00:57:08 +0800 Subject: [PATCH] fix xlings version to 0.4.2 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fda6702..e97953e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: env: XLINGS_NON_INTERACTIVE: 1 run: | - curl -fsSL https://raw.githubusercontent.com/d2learn/xlings/refs/heads/main/tools/other/quick_install.sh | bash + curl -fsSL https://raw.githubusercontent.com/d2learn/xlings/refs/heads/main/tools/other/quick_install.sh | bash -s -- $XLINGS_VERSION echo "PATH=$HOME/.xlings/subos/current/bin:$PATH" >> "$GITHUB_ENV" - name: Install GCC 15.1 with Xlings @@ -66,7 +66,7 @@ jobs: env: XLINGS_NON_INTERACTIVE: 1 run: | - curl -fsSL https://d2learn.org/xlings-install.sh | bash + curl -fsSL https://raw.githubusercontent.com/d2learn/xlings/refs/heads/main/tools/other/quick_install.sh | bash -s -- $XLINGS_VERSION echo "PATH=$HOME/.xlings/subos/current/bin:$PATH" >> "$GITHUB_ENV" - name: Install Project Dependencies via Xlings