Skip to content

Commit

Permalink
Install compiler before executing CodeQL
Browse files Browse the repository at this point in the history
Signed-off-by: andreas@florath.net <andreas@florath.net>
  • Loading branch information
florath committed Oct 16, 2024
1 parent c42b3a3 commit b306c58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
actions: read
contents: read
Expand All @@ -41,6 +41,8 @@ jobs:
# This is needed as the version.sh script uses
# the history.
fetch-depth: 0
- name: "Install compiler - should in most cases be a noop"
run: sudo apt-get install -y gcc-14

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit b306c58

Please sign in to comment.