mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 13:59:54 +01:00
[skip ci] Try to fix fuzz ci
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user