diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index c4ddd4a..a178988 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -21,6 +21,7 @@ jobs: - name: compile yay run: | cd yay-12.5.7 + export CGO_ENABLED=1 make VERSION=12.5.7 PREFIX="/usr" build make VERSION=12.5.7 PREFIX="/usr" install