File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 14
14
name : Linux Q${{matrix.quantum}}-x64 hdri=${{matrix.hdri}} (${{matrix.modules}})
15
15
runs-on : ubuntu-24.04
16
16
17
+ permissions :
18
+ security-events : write
19
+
17
20
strategy :
18
21
fail-fast : false
19
22
matrix :
@@ -26,10 +29,20 @@ jobs:
26
29
with :
27
30
fetch-depth : 2
28
31
32
+ - name : Install dependencies
33
+ run : |
34
+ set -e
35
+ export DEBIAN_FRONTEND=noninteractive
36
+ sudo apt-get update -y
37
+ sudo apt-get install -y libltdl-dev
38
+
29
39
- name : Configure ImageMagick
30
40
run : |
31
41
export CFLAGS="-Wno-deprecated-declarations"
42
+ autoreconf -fiv
32
43
./configure --with-quantum-depth=${{matrix.quantum}} --enable-hdri=${{matrix.hdri}} --${{matrix.modules}}
44
+ echo "" > config.status
45
+
33
46
- name : Initialize CodeQL
34
47
uses : github/codeql-action/init@v3
35
48
with :
38
51
- name : Build ImageMagick
39
52
run : |
40
53
make
54
+
41
55
- name : Perform CodeQL Analysis
42
56
uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments