We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe26d71 commit 800a373Copy full SHA for 800a373
1 file changed
.github/workflows/ci.yml
@@ -43,6 +43,8 @@ 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
+ cc --version
48
49
- name: Build
50
0 commit comments