Skip to content

Commit

Permalink
install libacl1-dev for xattr
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Jan 9, 2024
1 parent 684b5b3 commit d3ff95b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3
- name: Install dependencies
shell: bash
run: |
## Install dependencies
sudo apt-get update
sudo apt-get install libacl1-dev
- name: Initialize workflow variables
id: vars
shell: bash
Expand Down Expand Up @@ -611,6 +617,7 @@ jobs:
shell: bash
run: |
## Install/setup prerequisites
sudo apt-get install -y libacl1-dev
case '${{ matrix.job.target }}' in
arm-unknown-linux-gnueabihf) sudo apt-get -y update ; sudo apt-get -y install gcc-arm-linux-gnueabihf ;;
aarch64-unknown-linux-*) sudo apt-get -y update ; sudo apt-get -y install gcc-aarch64-linux-gnu ;;
Expand Down

0 comments on commit d3ff95b

Please sign in to comment.