Skip to content

Commit 874ba9b

Browse files
committed
added libfuse2 as a build-time dependency
This hopefully fixes the "test" workflow on Ubuntu 22.04.
1 parent ccf37c1 commit 874ba9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
# This action handles caching APT packages, and leaves the option for package configuration scripts to be run if needed,
3535
# saving a boat-load of time, if needed bump the action version.
3636
with:
37-
packages: sudo imagemagick libasound2-dev pulseaudio-utils alsa-utils alsa-oss libjack0 desktop-file-utils xmlstarlet xsel xterm xvfb icewm x11-utils x11-apps netpbm xdotool libgl1-mesa-dri libgl1-mesa-dev mesa-utils libosmesa6 libsdl1.2-dev libsdl2-2.0-0 fonts-wqy-microhei libfile-mimeinfo-perl
38-
version: 1.0
37+
packages: sudo imagemagick libasound2-dev pulseaudio-utils alsa-utils alsa-oss libjack0 desktop-file-utils xmlstarlet xsel xterm xvfb icewm x11-utils x11-apps netpbm xdotool libgl1-mesa-dri libgl1-mesa-dev mesa-utils libosmesa6 libsdl1.2-dev libsdl2-2.0-0 fonts-wqy-microhei libfile-mimeinfo-perl libfuse2
38+
version: 1.1
3939
# Bump me ^ if you have added any new packages
4040
- name: Install dependencies
4141
shell: bash

0 commit comments

Comments
 (0)