Skip to content

Commit 7b15435

Browse files
committed
Trying a few tweaks
1 parent e9441dc commit 7b15435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- name: Link OpenSSL applink.c into src
3030
run: |
3131
echo "OPENSSL_INCLUDE_DIR contents:"
32-
ls ${{ env.OPENSSL_INCLUDE_DIR }}
33-
ln -s ${{ env.OPENSSL_INCLUDE_DIR }}\applink.c src\applink.c
32+
ls ${{ env.OPENSSL_INCLUDE_DIR }}\openssl
33+
ln -s ${{ env.OPENSSL_INCLUDE_DIR }}\openssl\applink.c .\src\applink.c
3434
- name: Fix name of static zlib dir
3535
run: ln -s ${{ env.ZLIB_LIB_DIR }}\zlib.lib ${{ env.ZLIB_LIB_DIR }}\zlibstatic.lib
3636
- name: Build and run tests

0 commit comments

Comments
 (0)