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