From c0ad467c87ef6c7466792372fc137f4a7e5bc2a3 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Mon, 13 Jun 2022 21:09:11 +0100 Subject: [PATCH] Fix the compile_commands.json path on the CI --- .ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci.yml b/.ci.yml index 87fa410..19b9427 100644 --- a/.ci.yml +++ b/.ci.yml @@ -16,6 +16,7 @@ steps: commands: - cmake --version - ./builder build + - ln -s build/compile_commands.json ./compile_commands.json - name: Linters image: rg.fr-par.scw.cloud/serene/llvm:15-8