3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-26 01:49:32 +01:00
cargo-install/.github/workflows/xargo.yml
David Tolnay 85290a3114
For xargo, build xargo-check binary only
This is the one depended on by Miri.
2024-04-14 10:36:29 -07:00

17 lines
242 B
YAML

name: xargo
on:
push:
branches:
- xargo
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/build.yml
with:
crate: xargo
bin: xargo-check
permissions:
contents: write
secrets: inherit