Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Oct 18, 2024
1 parent 50e225e commit 691ac69
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 @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt update && sudo apt install -y libssh2-1-dev libssl-dev
run: sudo apt update && sudo apt install -y libssh2-1-dev libssl-dev libfuse-dev pkg-config
- name: Setup containers
run: docker compose -f "tests/docker-compose.yml" up -d --build
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 691ac69

Please sign in to comment.