fix tmux installations cache

This commit is contained in:
Jorge Morante 2026-05-05 14:49:45 +01:00
parent 79d0355585
commit c77287b56d

View file

@ -22,6 +22,7 @@ pushd /tmp
pushd "/opt/tmux-${version}"
./configure
make
chmod -R a+r /opt/tmux-${version}
popd
done
popd