We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0358ad commit 801933fCopy full SHA for 801933f
1 file changed
.github/workflows/ci.yml
@@ -43,6 +43,9 @@ jobs:
43
- name: Install GCC 15.1 with Xlings
44
run: |
45
xlings install gcc@15.1 -y
46
+ ls -al $HOME/.xlings/subos/current/bin/cc
47
+ cat $HOME/.xlings/.xlings.json
48
+ cc --version
49
50
- name: Build
51
0 commit comments