From ac679661bf78327344fc20a5acfb40be250a13df Mon Sep 17 00:00:00 2001 From: penguin Date: Fri, 12 Dec 2025 17:19:47 -0600 Subject: [PATCH] oops --- .gitea/workflows/gentoo-utils.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index 5625520..095537e 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -65,7 +65,7 @@ jobs: build: runs-on: brutalisk - environment: + env: CC: 'clang' CXX: 'clang++' needs: build-oci-image @@ -86,7 +86,7 @@ jobs: # when we have multiple build targets and configs. What we have currently is fine until we get lots of builds going test: runs-on: brutalisk - environment: + env: CC: 'clang' CXX: 'clang++' needs: [build-oci-image, build]