Skip to content

Commit

Permalink
try 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 d4e0e9e commit 20fa228
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
git clone --depth=1 https://github.com/sisong/libdeflate.git ../libdeflate
- name: makeNoldef
run: |
make LDEF=0 -j
make LDEF=0 clean
make LDEF=0 USE_CRC_EMU=1 -j
make clean
make-build2:
strategy:
Expand All @@ -36,10 +36,10 @@ jobs:
git clone --depth=1 https://github.com/sisong/libdeflate.git ../libdeflate
- name: makeAll
run: |
make -j
make USE_CRC_EMU=1 -j
make clean
- name: makeByBz2Code
run: |
git clone --depth=1 https://github.com/sisong/bzip2.git ../bzip2
make BZIP2=1 -j
make BZIP2=1 USE_CRC_EMU=1 -j
make BZIP2=1 clean

0 comments on commit 20fa228

Please sign in to comment.