mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 21:59:55 +01:00
[skip ci] Try to fix fuzz ci
This commit is contained in:
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 <filesystem>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|||||||
2
.github/workflows/fuzz.yml
vendored
2
.github/workflows/fuzz.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
working-directory: .github/fuzz
|
working-directory: .github/fuzz
|
||||||
run: ls ${{github.workspace}} && make CXXFLAGS='-I ${{github.workspace}}'
|
run: make
|
||||||
|
|
||||||
- name: Run
|
- name: Run
|
||||||
working-directory: .github/fuzz
|
working-directory: .github/fuzz
|
||||||
|
|||||||
Reference in New Issue
Block a user