We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70cd21b commit e112c29Copy full SHA for e112c29
3 files changed
.github/workflows/ci.yml
@@ -22,12 +22,6 @@ jobs:
22
- name: Checkout
23
uses: actions/checkout@v4
24
25
- - name: Setup xmake
26
- uses: xmake-io/github-action-setup-xmake@v1
27
- with:
28
- xmake-version: latest
29
- package-cache: true
30
-
31
- name: Install dependencies
32
run: |
33
sudo apt-get update
@@ -42,9 +36,9 @@ jobs:
42
36
43
37
- name: Install GCC 15.1 with Xlings
44
38
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
48
cc --version
49
50
- name: Build
.xlings.json
@@ -0,0 +1,9 @@
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
+}
config.xlings
0 commit comments