Skip to content

Commit de45269

Browse files
committed
CI: gh-actions - add gh at apt-x64 step
Related: phpGH-13296. ASAN builds use a different base image on GitHub Actions, which does not have the `gh` binary installed. This adds `gh` to the `apt install` list, to make sure it's available on all builds.
1 parent 2a3dae1 commit de45269

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/apt-x64/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,5 @@ runs:
7070
libqdbm-dev \
7171
libjpeg-dev \
7272
libpng-dev \
73-
libfreetype6-dev
73+
libfreetype6-dev \
74+
gh # to use in setup-caddy action

0 commit comments

Comments
 (0)