Skip to content

Commit

Permalink
fix typo in make install
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Sep 1, 2023
1 parent 1d30f71 commit 4b6bac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-upstream-zlib-ng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
mkdir build
cd build
cmake .. -DZLIB_COMPAT=${{ matrix.zlib-native }} -DCMAKE_INSTALL_PREFIX=${{ env.zlib-install }} -DZLIBNG_ENABLE_TESTS=OFF -DWITH_GZFILEOP=OFF -DZLIB_ENABLE_TESTS=OFF -DZLIBNG_ENABLE_TESTS=OFF -DWITH_OPTIM=OFF
make instaall
make install
# cmake .. -DZLIB_COMPAT=${{ matrix.zlib-native }} -DCMAKE_INSTALL_PREFIX=${{ env.zlib-install }} -DZLIBNG_ENABLE_TESTS=OFF -DWITH_GZFILEOP=OFF -DZLIB_ENABLE_TESTS=OFF -DZLIBNG_ENABLE_TESTS=OFF -DWITH_OPTIM=OFF -G Ninja
# ninja
# ninja install
Expand Down

0 comments on commit 4b6bac9

Please sign in to comment.