3
0
Fork 0
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:
David Tolnay 2024-04-14 10:36:20 -07:00
parent 621886d7a3
commit 85290a3114
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -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