Skip to content

Commit 7a7d28d

Browse files
author
Damir Porobic
committed
Use different path for zstd build
1 parent 8d8d1a8 commit 7a7d28d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ jobs:
106106
- name: Build and install zstd
107107
run: |
108108
git clone --depth 1 https://github.com/facebook/zstd.git
109-
cd zstd
109+
cd zstd/build/cmake
110+
mkdir build
110111
cd build && cmake .. -G"NMake Makefiles" -DCMAKE_INSTALL_PREFIX="$env:INSTALL_PREFIX" -DCMAKE_BUILD_TYPE=Release
111112
nmake
112113
nmake install

0 commit comments

Comments
 (0)