Skip to content

Commit 40ede7e

Browse files
committed
use temp directory tempoaryly
1 parent 201ad9b commit 40ede7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ jobs:
169169
run: |
170170
cmake --build build --config Debug --verbose
171171
# cmake --build build --config Debug --target all_verify_interface_header_sets
172-
cmake --install build --config Debug --prefix /opt/beman.exemplar
173-
find /opt/beman.exemplar -type f
172+
cmake --install build --config Debug --prefix /tmp/beman.exemplar
173+
find /tmp/beman.exemplar -type f
174174
- name: Test Debug
175175
run: ctest --test-dir build --build-config Debug
176176

0 commit comments

Comments
 (0)