0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-14 01:37:56 +08:00

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 allowed-broken-targets-percentage: 0
dry-run: false dry-run: false
- name: Run Fuzzers (${{ matrix.san }}) - name: Run Fuzzers (${{ matrix.san }})
id: build id: run
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
with: with:
sanitizer: ${{ matrix.san }} sanitizer: ${{ matrix.san }}