From e3651a295ab462233e4f98102128e178d84a0f70 Mon Sep 17 00:00:00 2001 From: Ivan-Velickovic Date: Tue, 15 Aug 2023 17:20:50 +1000 Subject: [PATCH] ci: add llvm dependency for llvm-ar --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 96a47e40..0be10a0d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: run: unzip sel4cp-sdk.zip && tar -xf sel4cp-sdk-1.2.6.tar.gz - name: Install VMM dependencies (via apt) # 'expect' is only a dependency for CI testing - run: sudo apt update && sudo apt install -y make clang lld qemu-system-arm device-tree-compiler expect + run: sudo apt update && sudo apt install -y make clang lld llvm qemu-system-arm device-tree-compiler expect - name: Install Zig run: | wget https://ziglang.org/download/0.11.0/zig-linux-x86_64-0.11.0.tar.xz