Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
ref: trunk
- name: Download Openssl using curl and Expand-Archive
shell: pwsh
run: |
Expand Down Expand Up @@ -84,3 +82,7 @@ jobs:
cd native
echo "Building for ${{ matrix.build-arch }}"
nmake -f NMAKEmakefile CPU=${{ matrix.build-arch }} WITH_APR=C:\APR WITH_OPENSSL=C:\OPENSSL APR_DECLARE_STATIC=1 STATIC_CRT=Hybrid OPENSSL_NEW_LIBS=1 ENABLE_OCSP=1
- uses: actions/upload-artifact@v4
with:
name: windows-artifact
path: native\WIN7_X64_DLL_RELEASE\tcnative-2.dll