File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 14
14
name : Build Linux
15
15
container :
16
16
image : ubuntu:20.04
17
- runs-on : ubuntu-latest
17
+ runs-on : ubuntu-24.04
18
18
19
19
strategy :
20
20
fail-fast : false
@@ -34,12 +34,14 @@ jobs:
34
34
set -e
35
35
export DEBIAN_FRONTEND=noninteractive
36
36
apt-get update -y
37
- apt-get install -y autoconf make pkg-config ${{matrix.packages}}
37
+ apt-get install -y autoconf git libtool make pkg-config ${{matrix.packages}}
38
38
39
39
- name : Configure ImageMagick
40
+ env :
41
+ CC : ${{ matrix.compiler }}
42
+ CFLAGS : -Wno-deprecated-declarations
40
43
run : |
41
- export CC=${{matrix.compiler}}
42
- export CFLAGS="-Wno-deprecated-declarations"
44
+ autoreconf -fiv
43
45
./configure --with-quantum-depth=16 --enable-hdri=no --without-perl --prefix=/usr
44
46
45
47
- name : Build ImageMagick
You can’t perform that action at this time.
0 commit comments