ci: add gcc to fix build

Zig relies on the existence of a system c compiler in order to
find the native libc include paths.
This commit is contained in:
Isaac Freund 2021-06-09 20:29:27 +00:00
parent 88410cc2b8
commit cab947b3a3

View file

@ -23,7 +23,7 @@ jobs:
xbps-install -S
xbps-install -uy xbps
xbps-install -uy zig wayland-devel wayland-protocols wlroots-devel \
libxkbcommon-devel pixman-devel pkgconf scdoc git
libxkbcommon-devel pixman-devel pkgconf scdoc git gcc
- name: checkout
uses: actions/checkout@v2
@ -50,7 +50,7 @@ jobs:
xbps-install -uy xbps
xbps-install -uy
xbps-install -uy zig wayland-devel wayland-protocols wlroots-devel \
libxkbcommon-devel pixman-devel pkgconf scdoc git
libxkbcommon-devel pixman-devel pkgconf scdoc git gcc
- name: checkout
uses: actions/checkout@v2