From aef9fab0c772129ac256b3473e1475c5e6cd832a Mon Sep 17 00:00:00 2001 From: sisong Date: Thu, 25 Jul 2024 21:42:58 +0800 Subject: [PATCH] try fixed CI for link lzma; --- .github/workflows/ci.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1cf4c82..38ef389b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - name: makeInit run: | git clone --depth=1 https://github.com/sisong/libmd5.git ../libmd5 - git clone -b master --depth=1 https://github.com/sisong/lzma.git ../lzma + git clone --depth=1 https://github.com/sisong/lzma.git ../lzma git clone --depth=1 https://github.com/sisong/zstd.git ../zstd git clone --depth=1 https://github.com/sisong/zlib.git ../zlib git clone --depth=1 https://github.com/sisong/libdeflate.git ../libdeflate diff --git a/Makefile b/Makefile index 57fbd746..07186707 100644 --- a/Makefile +++ b/Makefile @@ -323,7 +323,7 @@ else endif ifeq ($(VCD),0) else - DEF_FLAGS += -DUSE_CRC_EMU + #DEF_FLAGS += -DUSE_CRC_EMU endif endif endif