From b6fa25c4ff5bb44be83a52c08518c153386b134d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20L=C3=B3pez?= Date: Sat, 21 Oct 2023 00:19:57 -0300 Subject: [PATCH] ci: try to skip msys setup --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a94f2634..dd12f8811 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: