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 8b884ea commit b72bf15Copy full SHA for b72bf15
.github/workflows/release.yml
@@ -101,9 +101,6 @@ jobs:
101
- os: "macos-11"
102
dist-args: "--artifacts=local --target=x86_64-apple-darwin"
103
install-dist: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.2.0/cargo-dist-installer.sh | sh"
104
- - os: "windows-2019"
105
- dist-args: "--artifacts=local --target=x86_64-pc-windows-msvc"
106
- install-dist: "irm https://github.com/axodotdev/cargo-dist/releases/download/v0.2.0/cargo-dist-installer.ps1 | iex"
107
- os: "ubuntu-20.04"
108
dist-args: "--artifacts=local --target=x86_64-unknown-linux-gnu"
109
0 commit comments