Skip to content

Commit b879321

Browse files
committed
update
1 parent b5856bd commit b879321

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,12 @@ jobs:
4646
which mcpp
4747
mcpp --version
4848
mcpp self config --mirror GLOBAL
49+
xlings use mcpp
4950
5051
- name: "GCC: mcpp new → run"
5152
run: |
5253
cd "$(mktemp -d)"
54+
xlings use mcpp
5355
mcpp new hello_gcc
5456
cd hello_gcc
5557
mcpp run
@@ -112,16 +114,19 @@ jobs:
112114
which mcpp
113115
mcpp --version
114116
mcpp self config --mirror GLOBAL
117+
xlings use mcpp
115118
116119
- name: "LLVM: mcpp new → run"
117120
run: |
118121
cd "$(mktemp -d)"
122+
xlings use mcpp
119123
mcpp new hello_mac
120124
cd hello_mac
121125
mcpp run
122126
123127
- name: "LLVM: build mcpp"
124128
run: |
129+
xlings use mcpp
125130
mcpp clean
126131
mcpp build
127132
@@ -152,6 +157,7 @@ jobs:
152157
xlings install mcpp -y
153158
mcpp --version
154159
mcpp self config --mirror GLOBAL
160+
xlings use mcpp
155161
156162
- name: "LLVM: mcpp new → run"
157163
shell: pwsh

0 commit comments

Comments
 (0)