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: