File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -194,11 +194,11 @@ jobs:
194194 - uses : vmactions/omnios-vm@v1
195195 with :
196196 prepare : |
197- pkg install brotli cmake curl expat gcc14 meson-312 ninja pkg-config python-312
197+ pkg install brotli cmake curl expat gcc14 meson-313 ninja pkg-config python-313
198198 run : |
199- /usr/lib/python3.12 /bin/meson setup "${{github.workspace}}/build" -Dwarning_level=3 -DunitTests=enabled -Dinih=enabled
200- /usr/lib/python3.12 /bin/meson compile -C "${{github.workspace}}/build" --verbose
201- /usr/lib/python3.12 /bin/meson test -C "${{github.workspace}}/build" --verbose
199+ /usr/lib/python3.13 /bin/meson setup "${{github.workspace}}/build" -Dwarning_level=3 -DunitTests=enabled -Dinih=enabled
200+ /usr/lib/python3.13 /bin/meson compile -C "${{github.workspace}}/build" --verbose
201+ /usr/lib/python3.13 /bin/meson test -C "${{github.workspace}}/build" --verbose
202202 Emscripten :
203203 runs-on : ubuntu-latest
204204 steps :
You can’t perform that action at this time.
0 commit comments