From 96b92c853f9aa774e6c931c518dbd898c45691cc Mon Sep 17 00:00:00 2001 From: two-heart <12869538+two-heart@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:21:06 +0100 Subject: [PATCH] try different compilation options --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 097d81bffc..1b90206fea 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -26,7 +26,7 @@ jobs: - name: Install system dependencies shell: bash run: | - sudo apt-get install -y gettext autopoint gcc-multilib protobuf-compiler llvm lcov libudev-dev cmake libclang-dev + sudo apt-get install -y gettext autopoint gcc-multilib protobuf-compiler llvm lcov libudev-dev cmake libclang-dev curl && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup-init.sh && chmod +x rustup-init.sh && ./rustup-init.sh -y - name: Install dependencies shell: bash run: | @@ -42,7 +42,7 @@ jobs: - if: matrix.build-mode == 'manual' shell: bash run: | - MACHINE=linux_clang_noarch64 make -j unit-test + MACHINE=linux_clang_haswell make -j fddev - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3 with: