3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-25 01:19:33 +01:00

Add cargo-web build

This commit is contained in:
David Tolnay 2023-01-27 19:27:20 -08:00
parent 832510eac1
commit ac7d2e0fca
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

15
.github/workflows/cargo-web.yml vendored Normal file
View file

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