[skip ci] Try to fix fuzz ci

This commit is contained in:
ado 2024-03-03 16:38:18 +01:00
parent 813f6cd616
commit 5f4bc1542f

View File

@ -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