Skip to content

Commit

Permalink
mirror: test
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Monnet <[email protected]>
  • Loading branch information
qmonnet committed Feb 25, 2025
1 parent 3b812c2 commit da8c771
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
sudo apt-get update
sudo apt-get install -y \
libbfd-dev libcap-dev libelf-dev libiberty-dev python3-docutils
# Install libsframe1 on Ubuntu 24.04+
sudo apt install -y libsframe1 || true
# clang/LLVM are already installed, but we're missing some aliases.
CLANG_VERSION="$(echo '__clang_major__' | clang -E - | tail -n 1)"
sudo update-alternatives \
Expand Down

0 comments on commit da8c771

Please sign in to comment.