Skip to content

Commit

Permalink
fix libfuse install (viamrobotics#4082)
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Jun 13, 2024
1 parent 349efee commit 115cd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
- name: Test AppImage
run: |
if echo "${{ matrix.arch[0] }}" | grep -q ubuntu; then
if echo "${{ matrix.arch[0] }}" | grep -q -E 'ubuntu|github-linux'; then
sudo apt-get install -y libfuse2
fi
channel="${{ github.ref_name }}"
Expand Down

0 comments on commit 115cd91

Please sign in to comment.