Skip to content

Commit d824fa3

Browse files
committed
update
1 parent 378ed8e commit d824fa3

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

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

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
run: |
4040
curl -fsSL https://raw.githubusercontent.com/openxlings/xlings/main/tools/other/quick_install.sh | bash -s v0.4.38
4141
echo "$HOME/.xlings/subos/current/bin" >> "$GITHUB_PATH"
42+
43+
- name: Install mcpp and config mirror
44+
run: |
4245
xlings install mcpp -y
4346
mcpp --version
4447
mcpp self config --mirror GLOBAL
@@ -95,12 +98,15 @@ jobs:
9598
steps:
9699
- uses: actions/checkout@v4
97100

98-
- name: Install xlings + mcpp
101+
- name: Install xlings
99102
env:
100103
XLINGS_NON_INTERACTIVE: '1'
101104
run: |
102105
curl -fsSL https://raw.githubusercontent.com/openxlings/xlings/main/tools/other/quick_install.sh | bash -s v0.4.38
103106
echo "$HOME/.xlings/subos/current/bin" >> "$GITHUB_PATH"
107+
108+
- name: Install mcpp and config mirror
109+
run: |
104110
xlings install mcpp -y
105111
mcpp --version
106112
mcpp self config --mirror GLOBAL
@@ -127,7 +133,7 @@ jobs:
127133
steps:
128134
- uses: actions/checkout@v4
129135

130-
- name: Install xlings + mcpp
136+
- name: Install xlings
131137
shell: pwsh
132138
env:
133139
XLINGS_NON_INTERACTIVE: '1'
@@ -138,6 +144,9 @@ jobs:
138144
$env:PATH = "$xlingsbin;$env:PATH"
139145
$xlingsbin | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
140146
147+
- name: Install mcpp and config mirror
148+
shell: pwsh
149+
run: |
141150
xlings install mcpp -y
142151
mcpp --version
143152
mcpp self config --mirror GLOBAL

0 commit comments

Comments
 (0)