Skip to content

Commit

Permalink
️️⚡️ BUMP ⚡️ ciutil 1(+) 1(-)
Browse files Browse the repository at this point in the history
  • Loading branch information
borestad committed Feb 15, 2024
1 parent 4a1e223 commit ad8da52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/ciutil
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ install-deb() {

echo "✔ [install-deb]: Extracting *.deb: $pkgs"
# ( cd /var/cache/apt && sudo find . -iname '*.deb' -print0 | xargs -I {} -0 sudo dpkg --force-unsafe-io --extract "{}" / )
sudo dpkg --force-unsafe-io --extract /var/cache/apt/*.deb
sudo dpkg --force-unsafe-io --extract /var/cache/apt/archives/*.deb
}

preinstall-binaries() {
Expand Down

0 comments on commit ad8da52

Please sign in to comment.