Skip to content

Commit

Permalink
Add libb2 to benchmark_pull_request action setup
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kM committed Jun 18, 2024
1 parent 20e92cc commit 6ad5e43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmark_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
sudo apt-get install clang
echo "CC=clang" >> $GITHUB_ENV
echo "CXX=clang++" >> $GITHUB_ENV
sudo apt-get install libb2-1
- name: Checkout hacl-packages (${{ github.ref }})
uses: actions/checkout@v3
Expand Down

0 comments on commit 6ad5e43

Please sign in to comment.