Skip to content

Commit

Permalink
fix(ci): try to reuse msys2 dep (#2956)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
Arqu authored Nov 21, 2024
1 parent cbf7fd0 commit 4e58b1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ jobs:
uses: mozilla-actions/sccache-action@v0.0.6

- uses: msys2/setup-msys2@v2
with:
release: false

- name: build tests
run: |
Expand Down

0 comments on commit 4e58b1f

Please sign in to comment.