Skip to content

Commit b306c58

Browse files
committed
Install compiler before executing CodeQL
Signed-off-by: andreas@florath.net <andreas@florath.net>
1 parent c42b3a3 commit b306c58

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
jobs:
2424
analyze:
2525
name: Analyze
26-
runs-on: ubuntu-latest
26+
runs-on: ubuntu-24.04
2727
permissions:
2828
actions: read
2929
contents: read
@@ -41,6 +41,8 @@ jobs:
4141
# This is needed as the version.sh script uses
4242
# the history.
4343
fetch-depth: 0
44+
- name: "Install compiler - should in most cases be a noop"
45+
run: sudo apt-get install -y gcc-14
4446

4547
# Initializes the CodeQL tools for scanning.
4648
- name: Initialize CodeQL

0 commit comments

Comments
 (0)