Skip to content

Commit

Permalink
apt: install libarchive-tools for antman (bsdtar)
Browse files Browse the repository at this point in the history
  • Loading branch information
5kind committed Mar 17, 2024
1 parent a401bdc commit 55b8cc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nbuild-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
- name: Download Custom-Clang
if: env.USE_CUSTOM_CLANG == 'true'
run: |
sudo apt install libarchive-tools
cd $GITHUB_WORKSPACE/kernel_workspace
mkdir clang-aosp
cd clang-aosp
Expand Down

0 comments on commit 55b8cc1

Please sign in to comment.