Skip to content

Commit

Permalink
Install libb2 on more CI targets
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kM committed Jun 18, 2024
1 parent f809024 commit 1b65f4e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
echo "CC=clang" >> $GITHUB_ENV
echo "CXX=clang++" >> $GITHUB_ENV
- name: Setup libb2
run: sudo apt-get install libb2-dev

- name: Checkout
uses: actions/checkout@v3

Expand Down Expand Up @@ -100,6 +103,9 @@ jobs:
- name: Setup | Install OpenSSL3
run: brew install openssl@3

- name: Setup | Install libb2
run: brew install libb2

- name: Checkout
uses: actions/checkout@v3

Expand Down

0 comments on commit 1b65f4e

Please sign in to comment.