Skip to content

Commit

Permalink
fix: move the CodeQL setup step just above the build one
Browse files Browse the repository at this point in the history
  • Loading branch information
iWas-Coder committed Apr 4, 2024
1 parent 4cd1dd7 commit 447e589
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
submodules: recursive
- name: install-dependencies
run: sudo apt-get install -y libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev
- name: setup-codeql
uses: github/codeql-action/init@v3
with:
languages: c-cpp
- name: setup-rust-cache
uses: Swatinem/rust-cache@v2
with:
cache-targets: "false"
- name: setup-codeql
uses: github/codeql-action/init@v3
with:
languages: c-cpp
- name: build
run: make -j$(nproc)
- name: analyze
Expand Down

0 comments on commit 447e589

Please sign in to comment.