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 0a53159 commit 1cee159Copy full SHA for 1cee159
.github/workflows/windows.yml
@@ -97,7 +97,7 @@ jobs:
97
- name: Build and install jbigkit
98
run: |
99
git clone --depth 1 https://github.com/zdenop/jbigkit
100
- cd jbigkit-2.1
+ cd jbigkit
101
mkdir build
102
cd build && cmake .. -G"NMake Makefiles" -DCMAKE_INSTALL_PREFIX="$env:INSTALL_PREFIX" -DCMAKE_BUILD_TYPE=Release
103
nmake
0 commit comments