Skip to content

Commit

Permalink
ci: linux: 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 8406b2c commit 1636638
Showing 1 changed file with 1 addition and 1 deletion.
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 libzstd-dev
- name: Checkout sources
uses: actions/checkout@v4
- name: Install ${{ matrix.version }}
Expand Down

0 comments on commit 1636638

Please sign in to comment.