From 20fa228cfa47f1af9228293674b9887d6266c160 Mon Sep 17 00:00:00 2001 From: sisong Date: Thu, 25 Jul 2024 21:16:54 +0800 Subject: [PATCH] try fixed CI for link lzma; --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21ec1ed4..082bc508 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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 \ No newline at end of file