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]