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 6caae7a commit 59eaec0Copy full SHA for 59eaec0
.github/workflows/release-rust.yml
@@ -22,7 +22,7 @@ jobs:
22
strategy:
23
fail-fast: false
24
matrix:
25
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-latest] # TODO: , windows-latest]
26
steps:
27
- name: Check out the repo
28
uses: actions/checkout@v4
0 commit comments