[skip ci] Try to fix fuzz ci

This commit is contained in:
ado 2024-03-03 16:49:15 +01:00
parent 5f4bc1542f
commit 5caf24165d

View File

@ -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