We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39da78f + 648ad5b commit c145f83Copy full SHA for c145f83
.github/workflows/nightly.yml
@@ -436,7 +436,7 @@ jobs:
436
FIREBIRD_DATABASE: test.fdb
437
FIREBIRD_USER: test
438
FIREBIRD_PASSWORD: test
439
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
440
steps:
441
- name: git checkout
442
uses: actions/checkout@v6
@@ -877,7 +877,7 @@ jobs:
877
uses: ./.github/actions/verify-generated-files
878
PECL:
879
if: inputs.branch == 'master'
880
881
env:
882
CC: ccache gcc
883
CXX: ccache g++
@@ -924,6 +924,8 @@ jobs:
924
sudo apt-get install -y --no-install-recommends \
925
ccache \
926
libmemcached-dev \
927
+ imagemagick \
928
+ libmagickwand-dev \
929
bison \
930
re2c
931
- name: ccache
0 commit comments