Skip to content

Commit

Permalink
one more try?
Browse files Browse the repository at this point in the history
  • Loading branch information
tiainen committed Nov 8, 2023
1 parent 801e4be commit 5d89e1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ jobs:
nmake
nmake install
cp C:\openssl1.1.1\bin\libcrypto-1_1-x64.dll C:\openssl1.1.1\bin\libcrypto.dll
cp C:\openssl1.1.1\bin\libssl-1_1-x64.dll C:\openssl1.1.1\bin\libsll.dll
cp C:\openssl1.1.1\bin\libssl-1_1-x64.dll C:\openssl1.1.1\bin\libssl.dll
- name: Build binaries, test, and package
env:
OCI_EXE: docker
CFLAGS: -I"C:/openssl1.1.1/include"
LDFLAGS: -L"C:/openssl1.1.1/bin"
CFLAGS: -IC:/openssl1.1.1/include
LDFLAGS: -LC:/openssl1.1.1/bin
run: |
make native
cat target/sqlcipher-3.39.4.0/config.log

0 comments on commit 5d89e1b

Please sign in to comment.