[skip ci] Try to fix fuzz ci

This commit is contained in:
ado 2024-03-03 16:51:31 +01:00
parent 5caf24165d
commit 2bddb44598

View File

@ -36,7 +36,7 @@ jobs:
- name: Build
working-directory: .github/fuzz
run: make CXXFLAGS='-I ${{github.workspace}}'
run: ls ${{github.workspace}} && make CXXFLAGS='-I ${{github.workspace}}'
- name: Run
working-directory: .github/fuzz