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
5f4bc1542f
commit
5caf24165d
13
.github/workflows/fuzz.yml
vendored
13
.github/workflows/fuzz.yml
vendored
@ -31,23 +31,12 @@ jobs:
|
|||||||
image: silkeh/clang:15
|
image: silkeh/clang:15
|
||||||
options: -v /usr/local:/host_usr_local
|
options: -v /usr/local:/host_usr_local
|
||||||
|
|
||||||
env:
|
|
||||||
CXXFLAGS: -I ${{ github.workspace }}
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
|
||||||
apt-get update
|
|
||||||
apt-get install -y git
|
|
||||||
|
|
||||||
- name: Check
|
|
||||||
run: echo ${PDW} && ls -a
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
working-directory: .github/fuzz
|
working-directory: .github/fuzz
|
||||||
run: echo ${PWD} && ls && make
|
run: make CXXFLAGS='-I ${{github.workspace}}'
|
||||||
|
|
||||||
- name: Run
|
- name: Run
|
||||||
working-directory: .github/fuzz
|
working-directory: .github/fuzz
|
||||||
|
Loading…
Reference in New Issue
Block a user