Skip to content

Commit

Permalink
tweak the workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
phlptp committed Aug 15, 2023
1 parent bf484d6 commit 6184dba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,11 @@ jobs:
#- name: Add pkgconfig
# run: sudo apt-get update && sudo apt-get install -y pkgconfig
- name: Configure
run: cmake -S . -B build -DCLI11_INSTALL_PACKAGE_TESTS=ON
run: cmake -S . -B build -DCLI11_INSTALL_PACKAGE_TESTS=ON -DCMAKE_INSTALL_PREFIX=install
- name: Build
run: cmake --build build -j2
- name: Build
run: pwd
- name: install
run: cmake --install build
- name: Run tests
Expand Down

0 comments on commit 6184dba

Please sign in to comment.