Skip to content

Commit 3f1c5d0

Browse files
committed
Remove windows.
1 parent b77ae94 commit 3f1c5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
os: [ubuntu-latest, macos-latest, windows-latest]
26+
os: [ubuntu-latest, macos-latest] # TODO: , windows-latest]
2727
steps:
2828
- name: Check out the repo
2929
uses: actions/checkout@v4

0 commit comments

Comments
 (0)