Skip to content

Commit

Permalink
Update ubuntu_install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire authored Oct 7, 2024
1 parent c3b8b25 commit 6b7a3ae
Showing 1 changed file with 1 addition and 2 deletions.
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

0 comments on commit 6b7a3ae

Please sign in to comment.