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 b6fa25c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ 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 b6fa25c

Please sign in to comment.