Update c-cpp.yml

This commit is contained in:
Vladimir Dubrovin 2025-03-14 20:02:16 +03:00 committed by GitHub
parent e21cae7909
commit c0d4426e95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ jobs:
run: copy Makefile.win Makefile
- name: dir Windows
if: ${{ startsWith(matrix.target, 'windows') }}
run: cmd /C 'echo LIBS := -L "c:/program files/openssl/lib" $(LIBS) >>Makefile.win && type Makefile.win'
run: cmd /C 'echo LIBS := -L "c:/program files/openssl/lib" $(LIBS) >>Makefile.win && echo CFLAGS := -I "c:/program files/openssl/include" $(CFLAGS) >>Makefile.win && type Makefile.win'
- name: make
# if: ${{ !startsWith(matrix.target, 'windows') }}
run: make