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

Add dircnt build

This commit is contained in:
David Tolnay 2022-10-17 17:10:28 -07:00
parent 3a6a01dc3a
commit 85faf96150
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

15
.github/workflows/dircnt.yml vendored Normal file
View file

@ -0,0 +1,15 @@
name: dircnt
on:
push:
branches:
- dircnt
jobs:
build:
uses: ./.github/workflows/build.yml
with:
crate: dircnt
permissions:
contents: write
secrets: inherit