We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b121edf commit c313cb9Copy full SHA for c313cb9
1 file changed
.github/workflows/install.yml
@@ -34,8 +34,7 @@ jobs:
34
- name: build and install library
35
run: |
36
cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release
37
- sudo cmake --build build --target install
38
- sudo rm -rf build
+ sudo cmake --build build --target install
39
40
- name: configure
41
run: cmake -Stest -Bbuild -DTEST_INSTALLED_VERSION=1
@@ -47,3 +46,8 @@ jobs:
47
46
48
cd build
49
ctest --build-config Debug
+
50
+ - name: cleanup
51
+ run: |
52
+ sudo rm -rf build
53
0 commit comments