Skip to content

Commit

Permalink
ci: add dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
  • Loading branch information
otavio committed Jun 24, 2024
1 parent 1e52ba1 commit f98db35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Install Dependencies
run: sudo apt-get update; sudo apt-get install libarchive-dev
run: sudo apt-get update; sudo apt-get install libarchive-dev libb2-dev liblz4-dev libacl1-dev libzstd-dev nettle-dev
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Install Dependencies
run: sudo apt-get update; sudo apt-get install libarchive-dev
run: sudo apt-get update; sudo apt-get install libarchive-dev libb2-dev liblz4-dev libacl1-dev libzstd-dev nettle-dev
- name: Checkout sources
uses: actions/checkout@v4
- name: Install ${{ matrix.version }}
Expand Down

0 comments on commit f98db35

Please sign in to comment.