aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci_build.yml
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2021-06-09 20:29:27 +0000
committerIsaac Freund <ifreund@ifreund.xyz>2021-06-09 20:35:30 +0000
commitcab947b3a32da53b8c673556eecf241018cb60c6 (patch)
tree4e19d101d1e30bc6fc0e10f3121c410a22855b71 /.github/workflows/ci_build.yml
parent88410cc2b8947513c762abb43c4dd0c216b57d62 (diff)
downloadriver-cab947b3a32da53b8c673556eecf241018cb60c6.tar.gz
river-cab947b3a32da53b8c673556eecf241018cb60c6.tar.xz
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.
Diffstat (limited to '.github/workflows/ci_build.yml')
-rw-r--r--.github/workflows/ci_build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml
index 65c3077..58dee0b 100644
--- a/.github/workflows/ci_build.yml
+++ b/.github/workflows/ci_build.yml
@@ -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