From 83d3969b2bf9ba62c17937192279d4d73a1913de Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Sat, 28 Dec 2024 23:24:18 +0100 Subject: [PATCH] WIP10 --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8150dfc..b67b5ed8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,12 +42,13 @@ jobs: with: update: true install: >- - autotools + autotools git - name: Prepare LibreSSL for Windows if: ${{ matrix.os == 'windows-latest' }} + shell: msys2 {0} run: | git config --global core.autocrlf false - msys2 -c './prepareLibreSSL.sh' + ./prepareLibreSSL.sh - name: Prepare LibreSSL for Ubuntu or MacOS if: ${{ matrix.os != 'windows-latest' }} run: |