File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments