Skip to content

Commit bad4cd3

Browse files
authored
Update testing.yml
1 parent 4fe9dd9 commit bad4cd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
run: ./build/cmake/rubber_numbers
1919
- name: Configure CMake for release libraries
2020
run: cmake -DBUILD_TYPE="release" -S . -B ./build/cmake/
21-
- name: Build release libraries
22-
run: cmake --build ./build/cmake/
21+
- name: Clear build files
22+
run: rm -rf ./build
2323
- name: Create release
2424
uses: actions/create-release@latest
2525
env:

0 commit comments

Comments
 (0)