Commit 10aadd635bf for php.net

commit 10aadd635bf08d6aa9c3f495adbfca8a3e26118d
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date:   Mon Feb 9 15:43:30 2026 +0100

    Disable pkg cache for FreeBSD jobs

    These caches can get massive and evict more useful cache, like ccache.

    Closes GH-21179

diff --git a/.github/actions/freebsd/action.yml b/.github/actions/freebsd/action.yml
index 370f4c22511..2a7a323da41 100644
--- a/.github/actions/freebsd/action.yml
+++ b/.github/actions/freebsd/action.yml
@@ -15,6 +15,7 @@ runs:
         release: '13.5'
         usesh: true
         copyback: false
+        disable-cache: true
         # Temporarily disable sqlite, as FreeBSD ships it with disabled double quotes. We'll need to fix our tests.
         # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269889
         prepare: |