Skip to content

Commit e0c00ee

Browse files
committed
update xlings config file
1 parent 70cd21b commit e0c00ee

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ jobs:
4242
4343
- name: Install GCC 15.1 with Xlings
4444
run: |
45-
xlings install gcc@15.1 -y
45+
xlings install --verbose
4646
ls -al $HOME/.xlings/subos/current/bin/cc
4747
cat $HOME/.xlings/.xlings.json
48+
xmake --version
49+
gcc --version
4850
cc --version
4951
5052
- name: Build

.xlings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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+
}
8+
}

config.xlings

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)