We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0abf2c commit e6e593cCopy full SHA for e6e593c
.github/workflows/reusable_build_packages.yaml
@@ -58,7 +58,7 @@ jobs:
58
# Always install deps before invoking checkout action, to properly perform a full clone.
59
- name: Install build deps
60
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
+ 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
62
63
- name: Install zig
64
0 commit comments