mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 16:29:32 +01:00
For xargo, build xargo-check binary only
This is the one depended on by Miri.
This commit is contained in:
parent
621886d7a3
commit
85290a3114
1 changed files with 1 additions and 0 deletions
1
.github/workflows/xargo.yml
vendored
1
.github/workflows/xargo.yml
vendored
|
@ -11,6 +11,7 @@ jobs:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./.github/workflows/build.yml
|
||||||
with:
|
with:
|
||||||
crate: xargo
|
crate: xargo
|
||||||
|
bin: xargo-check
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
Loading…
Reference in a new issue