debug a thing
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 8s
Gentoo Utils / check-format (push) Successful in 9s
Gentoo Utils / docs (push) Successful in 12s
Gentoo Utils / build (push) Successful in 21s
Gentoo Utils / test (push) Failing after 4s

This commit is contained in:
2025-12-12 21:34:16 -06:00
parent be723914e0
commit 2c9dc10f99

View File

@@ -94,10 +94,12 @@ jobs:
- name: build and check
run: |
echo $PATH
echo $USER
echo "CC=$CC"
echo "CXX=$CXX"
source /etc/profile
echo $PATH
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
meson compile -C build