mirror of
https://github.com/red0124/ssp.git
synced 2025-04-20 10:37:57 +02:00
[skip ci] Try to fix fuzz ci
This commit is contained in:
parent
2bddb44598
commit
0f3cc2c84c
2
.github/fuzz/ssp_fuzz.cpp
vendored
2
.github/fuzz/ssp_fuzz.cpp
vendored
@ -1,4 +1,4 @@
|
||||
#include <ssp.hpp>
|
||||
#include "../../ssp.hpp"
|
||||
#include <filesystem>
|
||||
#include <iostream>
|
||||
#include <unistd.h>
|
||||
|
2
.github/workflows/fuzz.yml
vendored
2
.github/workflows/fuzz.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user