3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-24 17:09:32 +01:00

Merge pull request #15 from dtolnay/afl

Move cargo-afl binary from afl to cargo-afl crate
This commit is contained in:
David Tolnay 2023-11-24 11:59:32 -08:00 committed by GitHub
commit b5391fc696
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,17 +1,16 @@
name: afl name: cargo-afl
on: on:
push: push:
branches: branches:
- afl - cargo-afl
workflow_dispatch: workflow_dispatch:
jobs: jobs:
build: build:
uses: ./.github/workflows/build.yml uses: ./.github/workflows/build.yml
with: with:
crate: afl crate: cargo-afl
bin: cargo-afl
permissions: permissions:
contents: write contents: write
secrets: inherit secrets: inherit