Skip to content

Commit 942f749

Browse files
authored
Clean previous TornadoVM build before cloning
Added a step to clean previous TornadoVM build artifacts before cloning the repository.
1 parent c986678 commit 942f749

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
cd ${{ github.workspace }}
3232
#./mvnw -T12C -Pspotless spotless:check
3333
34+
- name: Clean previous TornadoVM build
35+
run: |
36+
rm -rf external/tornadovm target
37+
3438
- name: Clone TornadoVM explicitly
3539
run: |
3640
git clone --depth 1 --branch develop \

0 commit comments

Comments
 (0)