[skip ci] Try to fix fuzz ci

This commit is contained in:
ado 2024-03-03 16:56:52 +01:00
parent 2bddb44598
commit 0f3cc2c84c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#include <ssp.hpp>
#include "../../ssp.hpp"
#include <filesystem>
#include <iostream>
#include <unistd.h>

View File

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