From 469ffcd88b576379199e56a4df0394dc15873ab8 Mon Sep 17 00:00:00 2001 From: Samuel Riedel Date: Thu, 5 Oct 2023 15:32:22 +0200 Subject: [PATCH] ci: Install polly explicitly (#7) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e68590..47b493c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: with: toolchain: ${{ matrix.rust }} - name: Install LLVM - run: sudo apt install llvm-12-dev + run: sudo apt install llvm-12-dev libclang-common-12-dev - name: Build Banshee run: cargo build - name: Run Banshee tests