Skip to content

Commit 9fe85d3

Browse files
committed
update
1 parent 7a34303 commit 9fe85d3

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/ci-fresh-install.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
4343
- name: Install mcpp and config mirror
4444
run: |
45-
xlings install mcpp -y --all
45+
xlings install mcpp -y -g
46+
xlings install mcpp -y
4647
which mcpp
4748
mcpp --version
4849
mcpp self config --mirror GLOBAL
@@ -112,7 +113,8 @@ jobs:
112113
113114
- name: Install mcpp and config mirror
114115
run: |
115-
xlings install mcpp -y --all
116+
xlings install mcpp -y -g
117+
xlings install mcpp -y
116118
which mcpp
117119
mcpp --version
118120
mcpp self config --mirror GLOBAL
@@ -156,7 +158,8 @@ jobs:
156158
- name: Install mcpp and config mirror
157159
shell: pwsh
158160
run: |
159-
xlings install mcpp -y --all
161+
xlings install mcpp -y -g
162+
xlings install mcpp -y
160163
mcpp --version
161164
mcpp self config --mirror GLOBAL
162165
xlings use mcpp

0 commit comments

Comments
 (0)