Problem: Github Action for fuzzer has a syntax error

Solution: fix it
This commit is contained in:
Luca Boccassi 2020-07-04 19:06:27 +01:00
parent 3396e95179
commit 2352e0a896

View File

@ -25,7 +25,7 @@ jobs:
allowed-broken-targets-percentage: 0
dry-run: false
- name: Run Fuzzers (${{ matrix.san }})
id: build
id: run
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
with:
sanitizer: ${{ matrix.san }}