File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments