Skip to content

Commit 0768d16

Browse files
committed
use temp directory tempoaryly
1 parent 201ad9b commit 0768d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ 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
172+
cmake --install build --config Debug --prefix /tmp/beman.inplace_vector
173173
find /opt/beman.exemplar -type f
174174
- name: Test Debug
175175
run: ctest --test-dir build --build-config Debug

0 commit comments

Comments
 (0)