Skip to content

Commit

Permalink
WIP9
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Dec 28, 2024
1 parent dd9718e commit 4c59edd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,12 @@ jobs:
update: true
install: >-
autotools
- name: Prepare LibreSSL
- name: Prepare LibreSSL for Windows
if: ${{ matrix.os == 'windows-latest' }}
shell: msys2 {0}
run: |
git config --global core.autocrlf false
./prepareLibreSSL.sh
- name: Prepare LibreSSL
msys2 -c './prepareLibreSSL.sh'
- name: Prepare LibreSSL for Ubuntu or MacOS
if: ${{ matrix.os != 'windows-latest' }}
run: |
./prepareLibreSSL.sh
Expand Down

0 comments on commit 4c59edd

Please # to comment.