Skip to content

Commit

Permalink
check for cmake config in /usr/local/share, not /usr/share
Browse files Browse the repository at this point in the history
  • Loading branch information
Arniiiii committed Aug 26, 2024
1 parent 028acfd commit 8c5fb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: test installed build
run: |
test -e /usr/share/cmake/header_only-1.0/header_onlyConfig.cmake # test if header only library's CMake configs are installed to a ABI-independent dir.
test -e /usr/local/share/cmake/header_only-1.0/header_onlyConfig.cmake # test if header only library's CMake configs are installed to a ABI-independent dir.
cmake -S test -B build/installed -D TEST_INSTALLED_VERSION=1
cmake --build build/installed
cmake --build build/installed --target test
Expand Down

0 comments on commit 8c5fb16

Please sign in to comment.