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