Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Reiter <reiter.christoph@gmail.com>
  • Loading branch information
fabiangreffrath and lazka committed Aug 15, 2022
1 parent 500d019 commit ab56fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ async function run() {
core.startGroup('Disable CheckSpace...');
// Reduce time required to install packages by disabling pacman's disk space checking
await runMsys(['sed', '-i', 's/^CheckSpace/#CheckSpace/g', '/etc/pacman.conf']);
core.endGroup();

if (input.update) {
changeGroup('Updating packages...');
Expand Down

0 comments on commit ab56fbd

Please sign in to comment.