Skip to content
Prev Previous commit
Next Next commit
Update .github/workflows/ubuntu_install.yml
Co-authored-by: Yagiz Nizipli <[email protected]>
  • Loading branch information
lemire and anonrig authored Oct 6, 2024
commit 89f4a45d40ae0808844973a64b726dbf69faae01
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Ninja
run: sudo apt-get install ninja-build
- name: Prepare
run: cmake -G Ninja -DBUILD_SHARED_LIBS=ON
run: cmake -G Ninja -DBUILD_SHARED_LIBS=ON |
-DCMAKE_INSTALL_PREFIX:PATH=destination -B build
- name: Build
run: cmake --build build -j=4
Expand Down