mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
cicd: install Emscripten conditionally
This commit is contained in:
parent
6ab282b578
commit
e7a16ceb06
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -109,6 +109,7 @@ jobs:
|
|||
echo "EMSCRIPTEN_VERSION=$(cat cli/emscripten-version)" >> $GITHUB_ENV
|
||||
|
||||
- name: Install Emscripten
|
||||
if: ${{ !matrix.cli-only && !matrix.use-cross }}
|
||||
uses: mymindstorm/setup-emsdk@v12
|
||||
with:
|
||||
version: ${{ env.EMSCRIPTEN_VERSION }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue