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