ci: set umask 022 to prevent group-writable cache dirs (sr.ht default umask creates 0775 dirs)

ober

8a7ef5e11dea51260353079cc116cc9168c5acad

diff --git a/.builds/ci.yml b/.builds/ci.yml
index c9f258f..46c1516 100644
--- a/.builds/ci.yml
+++ b/.builds/ci.yml
@@ -20,6 +20,7 @@ artifacts:
 - jerboa-inotify/jerboa-inotify-0.1.0.jpkg
 tasks:
 - build-jerboa: |
+    umask 022
     cd jerboa
     sudo fallocate -l 4G /swapfile && sudo chmod 600 /swapfile && sudo mkswap /swapfile && sudo swapon /swapfile
     export CARGO_BUILD_JOBS=1