File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 2424 strategy :
2525 fail-fast : false
2626 matrix :
27- os : [macos-latest, ubuntu-latest, windows-latest ]
27+ os : [macos-latest, ubuntu-latest]
2828 steps :
2929 - name : Check out the repo
3030 uses : actions/checkout@v4
3636 - name : install metacall (${{ matrix.os }})
3737 if : matrix.os != 'windows-latest'
3838 run : curl -sL https://raw.githubusercontent.com/metacall/install/master/install.sh | sh
39-
40- - name : install metacall (${{ matrix.os }})
41- if : matrix.os == 'windows-latest'
42- run : cmd.exe /c "powershell .\tools\metacall-environment.ps1 $Env:METACALL_INSTALL_OPTIONS"
43- env :
44- METACALL_INSTALL_OPTIONS : python nodejs ruby # TODO: Implement NetCore once it works with Windows
45-
4639 - name : Install Rust
4740 uses : actions-rs/toolchain@v1
4841 with :
You can’t perform that action at this time.
0 commit comments