Skip to content

Commit

Permalink
Merge branch 'cmake-portable-build'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jan 14, 2025
2 parents f832081 + 5d1daee commit a841430
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@ on:
workflow_dispatch:
schedule:
- cron: 0 6 * * *
push:
branches:
- main
paths:
- '.github/workflows/codeql-analysis.yml'

name: codeql analysis
jobs:
scan_linux:
name: 'Linux Q${{matrix.quantum}}-x64 hdri=${{matrix.hdri}} (${{matrix.modules}})'
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

permissions:
security-events: write
Expand All @@ -24,6 +29,13 @@ jobs:
with:
fetch-depth: 2

- name: Install dependencies
run: |
set -e
export DEBIAN_FRONTEND=noninteractive
sudo apt-get update -y
sudo apt-get install -y libltdl-dev
- name: Configure ImageMagick
run: |
export CFLAGS="-Wno-deprecated-declarations"
Expand Down

0 comments on commit a841430

Please # to comment.