Skip to content

Commit 7a34303

Browse files
committed
update
1 parent 0540eb0 commit 7a34303

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Install mcpp and config mirror
4444
run: |
45-
xlings install mcpp -y -g
45+
xlings install mcpp -y --all
4646
which mcpp
4747
mcpp --version
4848
mcpp self config --mirror GLOBAL
@@ -112,7 +112,7 @@ jobs:
112112
113113
- name: Install mcpp and config mirror
114114
run: |
115-
xlings install mcpp -y -g
115+
xlings install mcpp -y --all
116116
which mcpp
117117
mcpp --version
118118
mcpp self config --mirror GLOBAL
@@ -156,7 +156,7 @@ jobs:
156156
- name: Install mcpp and config mirror
157157
shell: pwsh
158158
run: |
159-
xlings install mcpp -y -g
159+
xlings install mcpp -y --all
160160
mcpp --version
161161
mcpp self config --mirror GLOBAL
162162
xlings use mcpp

0 commit comments

Comments
 (0)