We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a34303 commit 9fe85d3Copy full SHA for 9fe85d3
1 file changed
.github/workflows/ci-fresh-install.yml
@@ -42,7 +42,8 @@ jobs:
42
43
- name: Install mcpp and config mirror
44
run: |
45
- xlings install mcpp -y --all
+ xlings install mcpp -y -g
46
+ xlings install mcpp -y
47
which mcpp
48
mcpp --version
49
mcpp self config --mirror GLOBAL
@@ -112,7 +113,8 @@ jobs:
112
113
114
115
116
117
118
119
120
@@ -156,7 +158,8 @@ jobs:
156
158
157
159
shell: pwsh
160
161
162
163
164
165
xlings use mcpp
0 commit comments