Skip to content

Commit

Permalink
Install missing erofs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeglius committed Dec 8, 2024
1 parent abe095f commit 5df8d54
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/upload_sysext/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ runs:
- name: setup-oras
uses: oras-project/[email protected]

- name: Setup fd
- name: Install dependencies
shell: bash
run: |
set -euo pipefail
sudo apt-get update
sudo apt-get install -y fd-find
sudo apt-get install -y fd-find erofs-utils erofsfuse
sudo ln -s $(which fdfind) ~/.local/bin/fd
- name: Process and upload extensions
Expand Down

0 comments on commit 5df8d54

Please sign in to comment.