From 0f3cc2c84c83293be280d45e06c2c713fe5ac8b4 Mon Sep 17 00:00:00 2001 From: ado Date: Sun, 3 Mar 2024 16:56:52 +0100 Subject: [PATCH] [skip ci] Try to fix fuzz ci --- .github/fuzz/ssp_fuzz.cpp | 2 +- .github/workflows/fuzz.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/fuzz/ssp_fuzz.cpp b/.github/fuzz/ssp_fuzz.cpp index 52cacc3..599cd30 100644 --- a/.github/fuzz/ssp_fuzz.cpp +++ b/.github/fuzz/ssp_fuzz.cpp @@ -1,4 +1,4 @@ -#include +#include "../../ssp.hpp" #include #include #include diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index c85f1bb..8ebb126 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -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