Skip to content

Commit

Permalink
attempt to no longer depend on system library presence for autodetection
Browse files Browse the repository at this point in the history
use explicit opt-in and path setting
  • Loading branch information
Cyan4973 committed Mar 3, 2025
1 parent 9ec1a7c commit 61eb67d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: msys2/setup-msys2@61f9e5e925871ba6c9e3e8da24ede83ea27fa91f # tag=v2.27.0
with:
msystem: ${{ matrix.msystem }}
install: make zlib mingw-w64-x86_64-lz4 p7zip git mingw-w64-${{matrix.env}}-gcc
install: make p7zip git mingw-w64-${{matrix.env}}-gcc
update: true

- name: display versions
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Building zstd programs
run: |
CPPFLAGS="-I../zlib -I../lz4/lib" LDLIBS="../zlib/libz.a ../lz4/lib/liblz4.a" LDFLAGS=-static make -j allzstd V=1
CPPFLAGS="-I../zlib -I../lz4/lib" LDLIBS="../zlib/libz.a ../lz4/lib/liblz4.a" LDFLAGS=-static make -j allzstd V=1 HAVE_ZLIB=1 HAVE_LZ4=1 HAVE_LZMA=0
- name: Create artifacts
run: |
Expand Down

0 comments on commit 61eb67d

Please sign in to comment.