Skip to content

Commit 6b2936c

Browse files
committed
Add support for c in macos.
1 parent 3a5ae97 commit 6b2936c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)