Skip to content

Commit

Permalink
Install dependency in the fuzzer workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Sep 30, 2024
1 parent 084431f commit b50ac2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: do build
working-directory: yubihsm-shell
run: |
apt -q -y install libc++-dev
cmake \
-DFUZZING=ON \
-DFUZZING_MSAN=ON \
Expand Down

0 comments on commit b50ac2a

Please sign in to comment.