Skip to content

Commit e71f3db

Browse files
authored
Update windows-test.yml
1 parent 67d87ef commit e71f3db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Set up the environment
5050
run: cmd.exe /c "powershell .\tools\metacall-environment.ps1 $Env:METACALL_INSTALL_OPTIONS"
5151
env:
52-
METACALL_INSTALL_OPTIONS: python nodejs java ruby typescript wasm rpc file # netcore5 java c cobol rust rapidjson pack # clangformat v8rep51 coverage
52+
METACALL_INSTALL_OPTIONS: python nodejs java ruby typescript wasm rpc file # netcore5 c cobol rust rapidjson pack # clangformat v8rep51 coverage
5353

5454
- name: Configure
5555
run: |
@@ -58,7 +58,7 @@ jobs:
5858
cd "$METACALL_PATH\build"
5959
cmd.exe /c "powershell ..\tools\metacall-configure.ps1 $Env:METACALL_BUILD_OPTIONS"
6060
env:
61-
METACALL_BUILD_OPTIONS: ${{ matrix.options.build }} ${{ matrix.options.sanitizer }} scripts ports tests python nodejs java ruby typescript wasm rpc file # netcore5 java c cobol rust examples install pack benchmarks # v8 coverage
61+
METACALL_BUILD_OPTIONS: ${{ matrix.options.build }} ${{ matrix.options.sanitizer }} scripts ports tests python nodejs java ruby typescript wasm rpc file benchmarks # netcore5 c cobol rust examples install pack # v8 coverage
6262

6363
- name: Build
6464
working-directory: ./build

0 commit comments

Comments
 (0)