Skip to content

Commit 622ac00

Browse files
committed
Enable ruby in windows ci.
1 parent 77fed1d commit 622ac00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up the environment
3939
run: cmd.exe /c "powershell .\tools\metacall-environment.ps1 $Env:METACALL_INSTALL_OPTIONS"
4040
env:
41-
METACALL_INSTALL_OPTIONS: python nodejs # ruby # netcore5 typescript file rpc wasm java c cobol rust rapidjson funchook swig pack # clangformat v8rep51 coverage
41+
METACALL_INSTALL_OPTIONS: python nodejs ruby # netcore5 typescript file rpc wasm java c cobol rust rapidjson funchook swig pack # clangformat v8rep51 coverage
4242

4343
- name: Configure
4444
run: |
@@ -47,7 +47,7 @@ jobs:
4747
cd "$METACALL_PATH\build"
4848
cmd.exe /c "powershell ..\tools\metacall-configure.ps1 $Env:METACALL_BUILD_OPTIONS"
4949
env:
50-
METACALL_BUILD_OPTIONS: ${{ matrix.buildtype }} scripts ports tests python nodejs sanitizer # ruby # netcore5 typescript file rpc wasm java c cobol rust examples dynamic install pack benchmarks # v8 coverage
50+
METACALL_BUILD_OPTIONS: ${{ matrix.buildtype }} scripts ports tests python nodejs ruby sanitizer # netcore5 typescript file rpc wasm java c cobol rust examples dynamic install pack benchmarks # v8 coverage
5151

5252
- name: Build
5353
working-directory: ./build

0 commit comments

Comments
 (0)