Skip to content

Commit

Permalink
[CHORE:CI] codeql workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nots1dd committed Jan 25, 2025
1 parent dd029fd commit 6e15cb4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/codeql-inLimbo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ jobs:
# Ensure any dependencies are installed before building
sudo apt-get update
sudo apt-get install -y build-essential cmake libtag1-dev git libglib2.0-dev imagemagick libx11-dev libpng-dev libcereal-dev # Example dependencies, modify as needed
make build
sudo apt-get install -y build-essential cmake libtag1-dev git libglib2.0-dev imagemagick libx11-dev libpng-dev libcereal-dev # Example dependencies, modify as needed
make build-all
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

0 comments on commit 6e15cb4

Please sign in to comment.