Skip to content

Commit

Permalink
Check out OpenSSL without line ending conversion
Browse files Browse the repository at this point in the history
This fixes the test failures we've got so far[1].

[1] <https://github.com/winlibs/winlib-builder/actions/runs/11526064416>
  • Loading branch information
cmb69 committed Nov 8, 2024
1 parent 36c787c commit 779f0aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
arch: [x64, x86]
runs-on: windows-2022
steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- name: Checkout winlib-builder
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 779f0aa

Please sign in to comment.