Skip to content

Commit

Permalink
ci: try to skip msys setup
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Oct 21, 2023
1 parent 81edd8f commit 7b112b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Configure MSYS2 in Stack (Windows)
if: runner.os == 'Windows'
run: |
echo 'skip-msys: true' >> stack.yaml
- name: Cache Local
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 7b112b7

Please sign in to comment.