mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 08:29:30 +01:00
Add xargo build
This commit is contained in:
parent
c9bbe888ec
commit
d642d2aa21
1 changed files with 16 additions and 0 deletions
16
.github/workflows/xargo.yml
vendored
Normal file
16
.github/workflows/xargo.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
name: xargo
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- xargo
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
uses: dtolnay/install/.github/workflows/build.yml@master
|
||||||
|
with:
|
||||||
|
crate: xargo
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
secrets:
|
||||||
|
private_key: ${{secrets.private_key}}
|
Loading…
Reference in a new issue