From dd9718e787fb11634b5cdf63c14182f88bd9f955 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Sat, 28 Dec 2024 23:16:54 +0100 Subject: [PATCH] WIP8 --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70a69b7e..d4c8ef63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,10 +44,15 @@ jobs: install: >- autotools - name: Prepare LibreSSL - shell: bash + if: ${{ matrix.os == 'windows-latest' }} + shell: msys2 {0} run: | git config --global core.autocrlf false ./prepareLibreSSL.sh + - name: Prepare LibreSSL + if: ${{ matrix.os != 'windows-latest' }} + run: | + ./prepareLibreSSL.sh - name: Build run: | mkdir build