We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf1a74 commit 542c56eCopy full SHA for 542c56e
1 file changed
.github/workflows/build-quick.yml
@@ -30,6 +30,7 @@ jobs:
30
ZEL_LIBRARY_PATH: '${{ github.workspace }}/build/lib'
31
working-directory: build
32
run: ctest -V
33
+ - run: sudo make install
34
35
build-windows:
36
if: github.repository_owner == 'oneapi-src'
@@ -47,3 +48,4 @@ jobs:
47
48
ZEL_LIBRARY_PATH: '${{ github.workspace }}/build/bin/Release'
49
50
run: ctest -C Release -V
51
+ - run: cmake --build . --config Release --target install
0 commit comments