3
0
Fork 0
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:
David Tolnay 2022-06-22 09:43:53 -07:00
parent 2092cdac92
commit 17f5df87e0
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View 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}}