From d8b3870160052340aaaf322db14f3df26b99b007 Mon Sep 17 00:00:00 2001 From: Ivan Velickovic Date: Tue, 30 Apr 2024 11:53:00 +1000 Subject: [PATCH] ci: test to see if installing gcc-aarch64-linux-gnu works Signed-off-by: Ivan Velickovic --- .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 96fcf6286..7f3561d08 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,7 +40,7 @@ jobs: run: unzip microkit-sdk.zip && tar -xf microkit-sdk-1.2.6.tar.gz - name: Install dependencies (via apt) # 'expect' is only a dependency for CI testing - run: sudo apt update && sudo apt install -y make clang lld llvm 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 gcc-aarch64-linux-gnu - name: Install Zig run: | wget https://ziglang.org/builds/zig-linux-x86_64-0.12.0-dev.3434+e90583f5d.tar.xz