Skip to content

Commit

Permalink
workflows: bsdtar is shipped into a suite of archive tools
Browse files Browse the repository at this point in the history
  • Loading branch information
retrozenith authored Mar 6, 2024
1 parent 0373210 commit 4c30d7f
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 @@ -26,7 +26,7 @@ jobs:
DEBIAN_FRONTEND=noninteractive sudo apt install -yq \
attr ccache clang golang libbrotli-dev \
libgtest-dev libprotobuf-dev libunwind-dev libusb-1.0-0-dev libzstd-dev \
linux-modules-extra-$(uname -r) build-essential lld ninja-build protobuf-compiler zipalign gcc-aarch64-linux-gnu libc6-dev bsdtar
linux-modules-extra-$(uname -r) build-essential lld ninja-build protobuf-compiler zipalign gcc-aarch64-linux-gnu libc6-dev libarchive-tools
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 4c30d7f

Please sign in to comment.