File tree Expand file tree Collapse file tree 3 files changed +12
-18
lines changed
Expand file tree Collapse file tree 3 files changed +12
-18
lines changed 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
4236
4337 - name : Install GCC 15.1 with Xlings
4438 run : |
45- xlings install gcc@15.1 -y
46- ls -al $HOME/.xlings/subos/current/bin/cc
47- cat $HOME/.xlings/.xlings.json
39+ xlings install --verbose
40+ xmake --version
41+ gcc --version
4842 cc --version
4943
5044 - name : Build
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