Skip to content

Commit 4e58b1f

Browse files
authored
fix(ci): try to reuse msys2 dep (#2956)
## Description According to https://github.com/msys2/setup-msys2?tab=readme-ov-file#release this should try to reuse an existing msys2 installation (though seems to reference a default fallback to the one installed on the GH hosted runners, unsure if it works for self hosted) Edit: seems to be working ## Breaking Changes <!-- Optional, if there are any breaking changes document them, including how to migrate older code. --> ## Notes & open questions <!-- Any notes, remarks or open questions you have to make about the PR. --> ## Change checklist - [ ] Self-review. - [ ] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant. - [ ] Tests if relevant. - [ ] All breaking changes documented.
1 parent cbf7fd0 commit 4e58b1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ jobs:
202202
uses: mozilla-actions/[email protected]
203203

204204
- uses: msys2/setup-msys2@v2
205+
with:
206+
release: false
205207

206208
- name: build tests
207209
run: |

0 commit comments

Comments
 (0)