mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
Problem: Github Action for fuzzer has a syntax error
Solution: fix it
This commit is contained in:
parent
3396e95179
commit
2352e0a896
2
.github/workflows/Fuzzers.yaml
vendored
2
.github/workflows/Fuzzers.yaml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user