mirror of
https://github.com/red0124/ssp.git
synced 2025-06-07 21:02:31 +02:00
[skip ci] Try to fix fuzz ci
This commit is contained in:
parent
813f6cd616
commit
5f4bc1542f
6
.github/workflows/fuzz.yml
vendored
6
.github/workflows/fuzz.yml
vendored
@ -41,11 +41,13 @@ jobs:
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y git
|
||||
script/ci_install_deps.sh
|
||||
|
||||
- name: Check
|
||||
run: echo ${PDW} && ls -a
|
||||
|
||||
- name: Build
|
||||
working-directory: .github/fuzz
|
||||
run: make
|
||||
run: echo ${PWD} && ls && make
|
||||
|
||||
- name: Run
|
||||
working-directory: .github/fuzz
|
||||
|
Loading…
Reference in New Issue
Block a user