3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-22 16:29:32 +01:00

Add cargo-llvm-lines build

This commit is contained in:
David Tolnay 2021-10-09 01:03:29 +01:00
parent 9d028f5e08
commit e384d6f905
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

14
.github/workflows/cargo-llvm-lines.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: cargo-llvm-lines
on:
push:
tags:
- cargo-llvm-lines
jobs:
build:
uses: dtolnay/install/.github/workflows/build.yml@master
with:
crate: cargo-llvm-lines
secrets:
private_key: ${{secrets.private_key}}