mirror of
https://github.com/red0124/ssp.git
synced 2025-06-08 05:12:30 +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: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y git
|
apt-get install -y git
|
||||||
script/ci_install_deps.sh
|
|
||||||
|
- name: Check
|
||||||
|
run: echo ${PDW} && ls -a
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
working-directory: .github/fuzz
|
working-directory: .github/fuzz
|
||||||
run: make
|
run: echo ${PWD} && ls && make
|
||||||
|
|
||||||
- name: Run
|
- name: Run
|
||||||
working-directory: .github/fuzz
|
working-directory: .github/fuzz
|
||||||
|
Loading…
Reference in New Issue
Block a user