Skip to content

Commit

Permalink
ci: add squahfs-tools dependency for packaging AppImages
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Günzler <r@gnzler.io>
  • Loading branch information
robertgzr committed Jun 27, 2023
1 parent 8ab82e6 commit a0b94dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
docker:
- image: cimg/base:stable
steps:
- run: sudo apt-get update && sudo apt install rpm
- run: sudo apt-get update && sudo apt install rpm squashfs-tools
- install
- run: npx yarn run publish --arch=<< parameters.arch >> --dry-run
# CircleCI doesn't let you persist files with the same name from multiple
Expand Down

0 comments on commit a0b94dc

Please sign in to comment.