File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,15 +77,15 @@ jobs:
7777 - name : Set up the environment
7878 run : sh ./tools/metacall-environment.sh $METACALL_INSTALL_OPTIONS
7979 env :
80- METACALL_INSTALL_OPTIONS : base python nodejs typescript java ruby wasm rpc file cobol go backtrace # netcore5 c rust rapidjson funchook swig pack # clangformat v8rep51 coverage
80+ METACALL_INSTALL_OPTIONS : base python nodejs typescript c java ruby wasm rpc file cobol go backtrace # netcore5 c rust rapidjson funchook swig pack # clangformat v8rep51 coverage
8181
8282 - name : Configure
8383 run : |
8484 cd build
8585 . .env
8686 bash ../tools/metacall-configure.sh $METACALL_CONFIGURE_OPTIONS
8787 env :
88- METACALL_CONFIGURE_OPTIONS : ${{ matrix.options.build }} ${{ matrix.options.sanitizer }} scripts ports tests python nodejs typescript java ruby wasm rpc file cobol go benchmarks install # netcore5 c rust examples pack # v8 coverage
88+ METACALL_CONFIGURE_OPTIONS : ${{ matrix.options.build }} ${{ matrix.options.sanitizer }} scripts ports tests python nodejs typescript c java ruby wasm rpc file cobol go benchmarks install # netcore5 c rust examples pack # v8 coverage
8989
9090 - name : Build
9191 working-directory : ./build
You can’t perform that action at this time.
0 commit comments