Skip to content

Commit

Permalink
Updating lz4
Browse files Browse the repository at this point in the history
  • Loading branch information
myst6re committed Feb 25, 2024
1 parent 603aa0e commit ff63179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ jobs:
package_suffix: 'win64'
win_arch: "x64"
qt_arch: win64_msvc2019_64
cmake_extra_args: '-DZLIB_ROOT=C:/zlib -Dlz4_ROOT=C:/lz4'
cmake_extra_args: '-DZLIB_ROOT=C:/zlib -Dlz4_DIR=C:/lz4/lib/cmake/lz4'
qt_tools: tools_ninja, tools_cmake

env:
qt_installation_path: ${{ github.workspace }}
zlib_path: ${{ github.workspace }}/../zlib-git
zlib_build_path: ${{ github.workspace }}/../build-zlib-git
zlib_installation_path: C:/zlib
zlib_version: "1.3"
zlib_version: "1.3.1"
lz4_path: ${{ github.workspace }}/../lz4-git
lz4_build_path: ${{ github.workspace }}/../build-lz4-git
lz4_installation_path: C:/lz4
Expand Down

0 comments on commit ff63179

Please sign in to comment.