Skip to content

Commit 3d6acf5

Browse files
authored
Merge pull request #645 from sysprog21/fix-emcc-workflow
Fix emcc build inheriting stale SYSTEM config
2 parents dccb5a8 + 3b1f63d commit 3d6acf5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ jobs:
151151
- name: default build using emcc
152152
if: success()
153153
run: |
154+
make distclean
154155
make CC=emcc ENABLE_JIT=0 $PARALLEL
155156
156157
- name: default build for system emulation using emcc
@@ -475,6 +476,7 @@ jobs:
475476
- name: default build using emcc
476477
if: success()
477478
run: |
479+
make distclean
478480
make CC=emcc ENABLE_JIT=0 $PARALLEL
479481
480482
- name: default build for system emulation using emcc

0 commit comments

Comments
 (0)