Skip to content

Commit

Permalink
clean build folder between two backends
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelf committed Apr 10, 2024
1 parent aa42927 commit c8832d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
ninja
- name: Build SymCC with the simple backend
run: |
rm -rf build
mkdir build
cd build
cmake -G Ninja\
Expand Down

0 comments on commit c8832d0

Please sign in to comment.