We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d8d1a8 commit 7a7d28dCopy full SHA for 7a7d28d
.github/workflows/windows.yml
@@ -106,7 +106,8 @@ jobs:
106
- name: Build and install zstd
107
run: |
108
git clone --depth 1 https://github.com/facebook/zstd.git
109
- cd zstd
+ cd zstd/build/cmake
110
+ mkdir build
111
cd build && cmake .. -G"NMake Makefiles" -DCMAKE_INSTALL_PREFIX="$env:INSTALL_PREFIX" -DCMAKE_BUILD_TYPE=Release
112
nmake
113
nmake install
0 commit comments