Skip to content

Commit 3f2fd01

Browse files
committed
CI: rust release, remove windows
1 parent 7cea222 commit 3f2fd01

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/release-rust.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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
@@ -36,13 +36,6 @@ jobs:
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:

0 commit comments

Comments
 (0)