Skip to content

Commit

Permalink
CI: add missing dependency as reported on appveyor
Browse files Browse the repository at this point in the history
Error message reads:

Unpacking singularity-ce (4.1.0-focal) ...
dpkg: dependency problems prevent configuration of singularity-ce:
 singularity-ce depends on fuse2fs; however:
  Package fuse2fs is not installed.
dpkg: error processing package singularity-ce (--install):
  • Loading branch information
adswa committed Jan 30, 2024
1 parent b068f74 commit 1b9fd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ shallow_clone: false
environment:
DTS: datalad_next
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
INSTALL_SYSPKGS: graphicsmagick-imagemagick-compat moreutils jq uidmap
INSTALL_SYSPKGS: graphicsmagick-imagemagick-compat moreutils jq uidmap fuse2fs
# go with whatever is most recent to catch anything that might break
# with them
INSTALL_GITANNEX: git-annex -m snapshot
Expand Down

0 comments on commit 1b9fd86

Please sign in to comment.