Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <[email protected]>
  • Loading branch information
Alan Jowett committed Oct 16, 2024
1 parent cd894ac commit b2316bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/fuzzing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
ccache
- name: Install system dependencies (Linux)
if: matrix.platform == 'ubuntu-latest'
if: matrix.platform == 'ubuntu-24.04'
run: |
sudo apt-get update
Expand All @@ -72,7 +72,7 @@ jobs:
fi
- name: Build/install libbpf From Source
if: matrix.platform == 'ubuntu-latest'
if: matrix.platform == 'ubuntu-24.04'
run: ./.github/scripts/build-libbpf.sh
shell: bash

Expand All @@ -91,6 +91,7 @@ jobs:
export CCACHE_DIR="$(pwd)/ccache"
${command_prefix} cmake \
-G Ninja \
-S . \
-B build \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
Expand Down

0 comments on commit b2316bd

Please sign in to comment.