From c31ab8477f236b6154e0b14c45f323d3e112b7b2 Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Sat, 2 Dec 2023 20:38:33 +0100 Subject: [PATCH] LLVM (hence llvm-config) isn't installed in Github Actions CI --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbbf9e578..5ea48cb80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -246,7 +246,6 @@ jobs: nim -v gcc -v clang -v - llvm-config --version rustup --version - name: Run Constantine as C library tests (with Assembly)