We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b1378 commit d365acbCopy full SHA for d365acb
.github/workflows/windows-test.yml
@@ -46,7 +46,7 @@ jobs:
46
arch: amd64
47
48
- name: Set up the environment
49
- run: cmd.exe /c "powershell .\tools\metacall-environment.ps1 $Env:METACALL_INSTALL_OPTIONS"
+ run: cmd.exe /c "powershell -ExecutionPolicy Bypass -File .\tools\metacall-environment.ps1 $Env:METACALL_INSTALL_OPTIONS"
50
env:
51
METACALL_INSTALL_OPTIONS: c python nodejs java ruby typescript wasm rpc file # netcore5 java cobol rust rapidjson funchook swig pack # clangformat v8rep51 coverage
52
0 commit comments