From 378df5525b5b37cad31b186a12b1f5a5eacd7c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Tue, 19 Sep 2023 22:34:11 -0400 Subject: [PATCH] github: Set CPATH MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- .github/workflows/builds.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 1687e79..3803121 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -43,6 +43,7 @@ jobs: CGO_LDFLAGS: "-L/opt/incus/lib/" CGO_CFLAGS: "-I/opt/incus/include/" LD_LIBRARY_PATH: "/opt/incus/lib/" + CPATH: "/opt/incus/include/" PATH: "/opt/incus/bin:/root/.cargo/bin:/usr/local/go/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin" LXC_TAG: "lxc-5.0.3" LXCFS_TAG: "lxcfs-5.0.4"