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 51f437c commit ecf68d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
key: ${{ runner.os }}${{ matrix.win_arch }}-lz4-${{ env.lz4_version}}

- name: Install lz4
if: steps.cache-lz4.outputs.cache-hit != 'true')
if: steps.cache-lz4.outputs.cache-hit != 'true'
run: |
git clone -q --depth 1 --single-branch --branch=${{ env.lz4_version }} https://github.com/lz4/lz4 ${{ env.lz4_path }}
cmake -S${{ env.lz4_path }}/build/cmake -B${{ env.lz4_build_path }} -DCMAKE_BUILD_TYPE=${{ env.CMAKE_BUILD_TYPE }} -DCMAKE_INSTALL_PREFIX=${{ env.lz4_installation_path }} -DBUILD_SHARED_LIBS:BOOL=OFF -DBUILD_STATIC_LIBS:BOOL=ON -DLZ4_BUILD_LEGACY_LZ4C:BOOL=OFF -DLZ4_POSITION_INDEPENDENT_LIB:BOOL=OFF -DLZ4_BUILD_CLI:BOOL=OFF
Expand Down

0 comments on commit ecf68d0

Please sign in to comment.