Skip to content

Commit

Permalink
Update czech.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radimkohout authored Oct 7, 2023
1 parent bd789d7 commit ceba677
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/czech.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
remove-dotnet: 'true'
remove-haskell: 'true'
remove-android: 'true'
- name: Get Largest
run: |
du -a / | sort -n -r | head -n 40
#- name: Get Largest
# run: |
# du -a / | sort -n -r | head -n 40
- name: Check free space
run: |
echo "Free space:"
Expand All @@ -49,5 +49,5 @@ jobs:
sudo -u postgres pwd
sudo -u postgres ls -l
chmod +x createdb.sh
sudo echo "postgres ALL=(ALL) NOPASSWD: ALL" >> sudo /etc/sudoers
su -c "echo \"postgres ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers"
sudo -u postgres ./createdb.sh

0 comments on commit ceba677

Please sign in to comment.