Skip to content
Prev Previous commit
Next Next commit
Update ubuntu_install.yml
  • Loading branch information
lemire authored Oct 7, 2024
commit 6b7a3aefbcdc01045fdf11afcb7194fd459807d8
3 changes: 1 addition & 2 deletions .github/workflows/ubuntu_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
- name: Setup Ninja
run: sudo apt-get install ninja-build
- name: Prepare
run: cmake -G Ninja -DBUILD_SHARED_LIBS=ON |
-DCMAKE_INSTALL_PREFIX:PATH=destination -B build
run: cmake -G Ninja -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX:PATH=destination -B build
- name: Build
run: cmake --build build -j=4
- name: Install
Expand Down