Skip to content

Commit

Permalink
WIP10
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Dec 28, 2024
1 parent 4c59edd commit 83d3969
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 83d3969

Please sign in to comment.