Skip to content

Commit

Permalink
Correctly install libfuse-dev on release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Aug 29, 2024
1 parent 7261389 commit c5ca219
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
sudo apt-get install -y libfuse-dev
Expand Down

0 comments on commit c5ca219

Please sign in to comment.