GitHub action for building windows targeted rust binaries (x86_64-pc-windows-gnu).
- uses: aig787/[email protected]
with:
args: build --release --all-features
credentials: ${{ secrets.GIT_CREDENTIALS }}
| Variable | Description | Required | Default |
|---|---|---|---|
| args | Arguments passed to cargo | true | build --release |
| credentials | If provided git will be configured to use these credentials and https | false |
Content type
Image
Digest
Size
486.2 MB
Last updated
over 5 years ago
docker pull aig787/rust-windows-cross-builder