File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 echo "$HOME/.xlings/subos/current/bin" >> "$GITHUB_PATH"
2222
2323 - name : Install dependencies
24- run : xlings install
25-
26- - name : Configure xmake
27- run : xmake f --toolchain=gcc --sdk="$HOME/.xlings/subos/default" -y -vvD
24+ run : xlings install -g
2825
2926 - name : Build
3027 run : xmake build -a -y -vvD
5350 echo "$HOME/.xlings/subos/current/bin" >> "$GITHUB_PATH"
5451
5552 - name : Install dependencies
56- run : xlings install
53+ run : xlings install -g
5754
5855 - name : Configure xmake
5956 run : xmake f --toolchain=llvm --sdk="$HOME/.xlings/data/xpkgs/xim-x-llvm/20.0.7" -y -vvD
8683 echo "$env:USERPROFILE\.xlings\subos\current\bin" >> $env:GITHUB_PATH
8784
8885 - name : Install dependencies
89- run : xlings install
86+ run : xlings install -g
9087
9188 - name : Build
9289 run : xmake build -a -y -vvD
You can’t perform that action at this time.
0 commit comments