We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ed406 commit 9ca7c11Copy full SHA for 9ca7c11
1 file changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Install dependencies
24
run: |
25
- xlings install -g
+ xlings install
26
gcc --version
27
28
- name: Build
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
clang --version
58
59
- name: Configure xmake
@@ -87,7 +87,7 @@ jobs:
87
echo "$env:USERPROFILE\.xlings\subos\current\bin" >> $env:GITHUB_PATH
88
89
90
- run: xlings install -g
+ run: xlings install
91
92
93
run: xmake build -a -y -vvD
0 commit comments