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:
parent
88410cc2b8
commit
cab947b3a3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci_build.yml
vendored
4
.github/workflows/ci_build.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
xbps-install -S
|
xbps-install -S
|
||||||
xbps-install -uy xbps
|
xbps-install -uy xbps
|
||||||
xbps-install -uy zig wayland-devel wayland-protocols wlroots-devel \
|
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
|
- name: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
@ -50,7 +50,7 @@ jobs:
|
||||||
xbps-install -uy xbps
|
xbps-install -uy xbps
|
||||||
xbps-install -uy
|
xbps-install -uy
|
||||||
xbps-install -uy zig wayland-devel wayland-protocols wlroots-devel \
|
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
|
- name: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue