Skip to content

Commit

Permalink
WIP8
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Dec 28, 2024
1 parent 8c1efd8 commit dd9718e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd9718e

Please sign in to comment.