Skip to content

Commit e6e593c

Browse files
committed
wip
Signed-off-by: Federico Di Pierro <[email protected]>
1 parent f0abf2c commit e6e593c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_build_packages.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# Always install deps before invoking checkout action, to properly perform a full clone.
5959
- name: Install build deps
6060
run: |
61-
sudo apt update && sudo apt install -y --no-install-recommends ca-certificates cmake curl wget build-essential git pkg-config autoconf automake libtool libelf-dev m4 rpm llvm clang libclang-dev liblld-14-dev llvm-dev
61+
sudo apt update && sudo apt install -y --no-install-recommends ca-certificates cmake curl wget build-essential git pkg-config autoconf automake libtool libelf-dev m4 rpm
6262
6363
- name: Install zig
6464
run: |

0 commit comments

Comments
 (0)