Skip to content

Commit

Permalink
ci: install fuse...
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Nov 7, 2022
1 parent 9415dde commit ec1d87a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Build_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: install fuse
run: |
sudo apt-get update --fix-missing
sudo apt-get install -y -f -o Acquire::Retries=3 fuse
- name: configure
run: ./configure.sh --release

Expand Down

0 comments on commit ec1d87a

Please sign in to comment.