Skip to content

Commit

Permalink
CI: drop installation of llvm and clang
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Lehner <florian.lehner@elastic.co>
  • Loading branch information
florianl committed Jan 17, 2025
1 parent cc2b97c commit 504720f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
sudo dpkg --add-architecture arm64
sudo apt-get update -y
sudo apt-get install -y llvm clang dwz curl unzip gcc-aarch64-linux-gnu \
sudo apt-get install -y curl unzip gcc-aarch64-linux-gnu \
libc6-arm64-cross qemu-user-binfmt libc6:arm64
- name: Set up Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 504720f

Please sign in to comment.