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 8324496 commit aef9fab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ else
endif
ifeq ($(VCD),0)
else
DEF_FLAGS += -DUSE_CRC_EMU
#DEF_FLAGS += -DUSE_CRC_EMU
endif
endif
endif
Expand Down

0 comments on commit aef9fab

Please sign in to comment.