Skip to content

Commit

Permalink
try different compilation options
Browse files Browse the repository at this point in the history
  • Loading branch information
two-heart committed Nov 25, 2024
1 parent f15cfa1 commit d003cc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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:
Expand Down

0 comments on commit d003cc7

Please sign in to comment.