Skip to content

Commit 5a8defe

Browse files
author
Fabiana Severin
committed
Fixing build
1 parent a9d4d66 commit 5a8defe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-and-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ jobs:
6969
run: |
7070
yum install -y cmake make gcc-c++
7171
72+
- name: Clean build directories
73+
run: |
74+
rm -rf deps/*/build
75+
7276
- name: Install and build
7377
run: |
7478
npm ci

0 commit comments

Comments
 (0)