Skip to content

Commit

Permalink
github: Set CPATH
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Sep 20, 2023
1 parent 5a66740 commit 378df55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 378df55

Please sign in to comment.