Skip to content

Commit

Permalink
Pick up newer Clang
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 62f8548 commit a5776a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/fuzzing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ jobs:
libboost-program-options-dev \
libboost-filesystem-dev \
libelf-dev \
libyaml-cpp-dev
libyaml-cpp-dev \
llvm \
clang
if [[ "${{ matrix.arch }}" == "arm64" ]] ; then
sudo apt install -y \
Expand Down

0 comments on commit a5776a7

Please sign in to comment.