Skip to content

Commit

Permalink
(github-ci) use emsdk only if needed
Browse files Browse the repository at this point in the history
Src-commit: b48205432c4f48acd0b36d2b80fab81f87a1f1c5
  • Loading branch information
jfmc committed Jul 4, 2022
1 parent fe40589 commit ea466db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
if: (matrix.sys.os == 'ubuntu-latest' && matrix.sys.inskind == 'devenv')
# Additional setup for devenv: Emscripten
- uses: mymindstorm/setup-emsdk@v11
if: (matrix.sys.os == 'ubuntu-latest' && matrix.sys.inskind == 'devenv')
# Checks-out repo under $GITHUB_WORKSPACE
- uses: actions/checkout@v2
# Build
Expand Down

0 comments on commit ea466db

Please sign in to comment.