Skip to content

Commit

Permalink
fixed CI for link lzma;
Browse files Browse the repository at this point in the history
  • Loading branch information
housisong committed Jul 25, 2024
1 parent 0d09620 commit 944c394
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ jobs:
- name: makeInit
run: |
make LDEF=0 LZMA=0 ZSTD=0 MD5=0 -j
make clean
make LDEF=0 LZMA=0 ZSTD=0 MD5=0 clean
- name: makeNoAll
run: |
git clone --depth=1 https://github.com/sisong/libmd5.git ../libmd5
git clone --depth=1 https://github.com/sisong/lzma.git ../lzma
git clone --depth=1 https://github.com/sisong/zstd.git ../zstd
make DIR_DIFF=0 MT=0 BSD=0 VCD=0 ZLIB=0 LDEF=0 BZIP2=0 -j
make clean
make DIR_DIFF=0 MT=0 BSD=0 VCD=0 ZLIB=0 LDEF=0 BZIP2=0 clean
- name: makeNoldef
run: |
make LDEF=0 -j
make clean
make LDEF=0 clean
- name: makeAll
run: |
git clone --depth=1 https://github.com/sisong/zlib.git ../zlib
Expand Down

0 comments on commit 944c394

Please sign in to comment.