Skip to content

Commit

Permalink
ㅤ⚡️ BUMP ⚡️ㅤ ㅤga-optimize-runner ↑2ㅤ
Browse files Browse the repository at this point in the history
  • Loading branch information
borestad committed Oct 26, 2024
1 parent 9cb1372 commit 9c45cb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/ga-optimize-runner
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ echo 'force-unsafe-io' | sudo tee -a /etc/dpkg/dpkg.cfg > /dev/null

# Disable mandb
sudo cp -p /bin/true /usr/bin/mandb 2> /dev/null || true
sudo debconf-set man-db/auto-update false || { echo "set man-db/auto-update false" | debconf-communicate; dpkg-reconfigure man-db; }
sudo rm -f /var/lib/man-db/auto-update


# Don't install unneeded files with apt-get
cat << 'EOF' | sudo tee /etc/dpkg/dpkg.cfg.d/01_nodoc > /dev/null
path-exclude /usr/share/groff/*
Expand Down

0 comments on commit 9c45cb2

Please sign in to comment.