Skip to content

Commit

Permalink
bsdtar is now called libarchive-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Sep 10, 2023
1 parent b289731 commit 4d8e225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y bsdtar curl zsync squashfs-tools aria2 desktop-file-utils
sudo apt-get install -y libarchive-tools curl zsync squashfs-tools aria2 desktop-file-utils
- name: Build and Release
run: |
Expand Down

0 comments on commit 4d8e225

Please sign in to comment.