From d394985b59d9d0e3edb816ac85615616e5c52f52 Mon Sep 17 00:00:00 2001 From: offa Date: Wed, 26 Jun 2024 17:37:30 +0200 Subject: [PATCH] Fix CodeQL build (#247) --- .github/workflows/codeql.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 6fa701d..a08acaf 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -16,7 +16,9 @@ jobs: - name: Install dependencies run: | script/ci_setup.sh - apt-get install -y libboost-system-dev + add-apt-repository ppa:nicola-onorata/toolchain + apt-get update + apt-get install -y boost1.81 - name: CodeQL Initialization uses: github/codeql-action/init@v3 with: