File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - name : Checkout
2323 uses : actions/checkout@v4
2424
25- - name : Setup xmake
26- uses : xmake-io/github-action-setup-xmake@v1
27- with :
28- xmake-version : latest
29- package-cache : true
30-
3125 - name : Install dependencies
3226 run : |
3327 sudo apt-get update
@@ -42,10 +36,15 @@ jobs:
4236
4337 - name : Install GCC 15.1 with Xlings
4438 run : |
45- xlings install gcc@15.1 -y
39+ xlings install --verbose
4640 ls -al $HOME/.xlings/subos/current/bin/cc
4741 cat $HOME/.xlings/.xlings.json
48- cc --version
42+ cat .xlings/.xlings.json
43+ xmake --version --verbose
44+ ls -al /home/runner/.xlings/data/xpkgs/xim-x-gcc/15.1.0
45+ ls -al /home/runner/.xlings/data/xpkgs/xim-x-gcc/15.1.0/bin
46+ gcc --version --verbose
47+ cc --version --verbose
4948
5049 - name : Build
5150 run : |
Original file line number Diff line number Diff line change 1+ {
2+ "workspace" : {
3+ "cmake" : " 4.0.2" ,
4+ "ninja" : " 1.12.1" ,
5+ "xmake" : " 3.0.7" ,
6+ "gcc" : { "linux" : " 15.1.0" },
7+ "llvm" : { "macosx" : " 20" }
8+ }
9+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments