Skip to content

Commit f5a2a5b

Browse files
committed
If llvm already built through cache don't run the mamba install step
1 parent 617af70 commit f5a2a5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ jobs:
246246
sudo apt-get clean
247247
248248
- name: install mamba
249+
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
249250
uses: mamba-org/setup-micromamba@main
250251
with:
251252
environment-file: environment-wasm-build.yml

0 commit comments

Comments
 (0)