File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 1919 strategy :
2020 fail-fast : false
2121 matrix :
22- # TODO: replace macos-26 with macos-latest, once it becomes the latest
23- os : [ubuntu-latest, macos-26, windows-latest]
22+ os : [ubuntu-latest, macos-latest, windows-latest]
2423
2524 steps :
2625 - uses : actions/checkout@v3
@@ -63,10 +62,12 @@ jobs:
6362 configurePreset : " emscripten"
6463 buildPreset : " emscripten-release"
6564
66- - name : Build wasi plugin template.
67- uses : lukka/run-cmake@v10
68- if : startsWith(matrix.os, 'macOS')
69- id : runcmake-wasi
70- with :
71- configurePreset : " wasi"
72- buildPreset : " wasi-release"
65+ # TODO: enable it, unfortunately it currently fails (only on github, not my on OS) with:
66+ # clang: error: unable to execute command: posix_spawn failed: No such file or directory
67+ # - name: Build wasi plugin template.
68+ # uses: lukka/run-cmake@v10
69+ # if: startsWith(matrix.os, 'macOS')
70+ # id: runcmake-wasi
71+ # with:
72+ # configurePreset: "wasi"
73+ # buildPreset: "wasi-release"
You can’t perform that action at this time.
0 commit comments