Skip to content

Commit 9ca7c11

Browse files
committed
update
1 parent b5ed406 commit 9ca7c11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
2323
- name: Install dependencies
2424
run: |
25-
xlings install -g
25+
xlings install
2626
gcc --version
2727
2828
- name: Build
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Install dependencies
5555
run: |
56-
xlings install -g
56+
xlings install
5757
clang --version
5858
5959
- name: Configure xmake
@@ -87,7 +87,7 @@ jobs:
8787
echo "$env:USERPROFILE\.xlings\subos\current\bin" >> $env:GITHUB_PATH
8888
8989
- name: Install dependencies
90-
run: xlings install -g
90+
run: xlings install
9191

9292
- name: Build
9393
run: xmake build -a -y -vvD

0 commit comments

Comments
 (0)