commit | fdf4ae6a41c736526699afe17bc1b085904315fc | [log] [tgz] |
---|---|---|
author | Scott Todd <scott.todd0@gmail.com> | Mon Dec 16 09:06:07 2024 -0800 |
committer | GitHub <noreply@github.com> | Mon Dec 16 17:06:07 2024 +0000 |
tree | 673ac4092dcf8489ad611f5ff26d17e69c5a142b | |
parent | 7013101715084a29255f66ac5f99bc4960e489a7 [diff] |
Update emsdk in samples workflow. (#19490) Fixes https://github.com/iree-org/iree/issues/19425. The newer emsdk is needed to link when we produce executables with newer LLVM cpu features. Tested here: https://github.com/ScottTodd/iree/actions/runs/12356828162
diff --git a/.github/workflows/samples.yml b/.github/workflows/samples.yml index d132217..0fce80d 100644 --- a/.github/workflows/samples.yml +++ b/.github/workflows/samples.yml
@@ -95,7 +95,7 @@ - name: "Setup emsdk" uses: mymindstorm/setup-emsdk@6ab9eb1bda2574c4ddb79809fc9247783eaf9021 # v14 with: - version: 3.1.44 + version: 3.1.74 - name: "Test experimental web samples" env: HOST_TOOLS_BINARY_DIR: ${{ env.VENV_DIR }}/bin