Skip to content

Commit

Permalink
Check out OpenSSL as is
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Nov 8, 2024
1 parent 36c787c commit 68dae67
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 68dae67

Please sign in to comment.