Skip to content

Commit 3bec77e

Browse files
authored
Update VTK for webassembly (#2383)
* Revert "CI: Correctly hold back wasm nightly (#2297)" This reverts commit 647ad39. * Revert "CI: Force VTK version in wasm nightly (#2292)" This reverts commit 61fa04c.
1 parent c189be3 commit 3bec77e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/nightly_vtk_master.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -363,10 +363,7 @@ jobs:
363363
fail-fast: false
364364

365365
runs-on: ubuntu-22.04
366-
container: ghcr.io/f3d-app/f3d-wasm:${{needs.default_versions.outputs.timestamp}}
367-
# Will be fixed once VTK fixes wasm
368-
# https://github.com/f3d-app/f3d/issues/2289
369-
# container: ghcr.io/f3d-app/f3d-wasm:${{needs.default_versions.outputs.timestamp}}_${{needs.check_nightly.outputs.vtk_sha}}
366+
container: ghcr.io/f3d-app/f3d-wasm:${{needs.default_versions.outputs.timestamp}}_${{needs.check_nightly.outputs.vtk_sha}}
370367

371368
steps:
372369
- name: Checkout

0 commit comments

Comments
 (0)