Skip to content

Commit

Permalink
Install dev version of libb2 on Linux CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kM committed Jun 18, 2024
1 parent 6ad5e43 commit f809024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
sudo apt-get install clang
echo "CC=clang" >> $GITHUB_ENV
echo "CXX=clang++" >> $GITHUB_ENV
sudo apt-get install libb2-1
sudo apt-get install libb2-dev
- name: Checkout hacl-packages (${{ github.ref }})
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: sudo apt-get install gcc-multilib g++-multilib

- name: Setup | Install libb2
run: sudo apt-get install libb2-1
run: sudo apt-get install libb2-dev

- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit f809024

Please sign in to comment.