Skip to content

Commit

Permalink
Update cmake-win64.yml
Browse files Browse the repository at this point in the history
Use xz-5.4.3.tar.zst ad the github repo is down due to security problem in 5.6.x version
  • Loading branch information
zdenop committed Apr 9, 2024
1 parent b57511b commit e1a26d3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/cmake-win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@ jobs:
- name: Build and Install lzma
shell: cmd
run: |
; curl -sSL https://sourceforge.net/projects/lzmautils/files/xz-5.4.3.tar.zst/download -o xz-5.4.5.tar.zst
; zstd -d xz-5.4.5.tar.zst
; tar xf xz-5.4.5.tar
; cd xz-5.4.5
git clone --depth 1 https://github.com/tukaani-project/xz.git
cd xz
cmake -Bbuild -DCMAKE_PREFIX_PATH=${{env.ILOC}} -DCMAKE_INSTALL_PREFIX=${{env.ILOC}} -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON
cmake --build build --config Release --target install
cd ..
curl -sSL https://sourceforge.net/projects/lzmautils/files/xz-5.4.3.tar.zst/download -o xz-5.4.5.tar.zst
zstd -d xz-5.4.5.tar.zst
tar xf xz-5.4.5.tar
cd xz-5.4.5
; git clone --depth 1 https://github.com/tukaani-project/xz.git
; cd xz
; cmake -Bbuild -DCMAKE_PREFIX_PATH=${{env.ILOC}} -DCMAKE_INSTALL_PREFIX=${{env.ILOC}} -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON
; cmake --build build --config Release --target install
; cd ..
- name: Build and Install libtiff
shell: cmd
Expand Down

0 comments on commit e1a26d3

Please sign in to comment.