Skip to content

Commit

Permalink
Show disk availability
Browse files Browse the repository at this point in the history
  • Loading branch information
dbieber committed May 5, 2024
1 parent 9b1893e commit 2c24965
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,21 @@ jobs:
with:
base_image: raspios_lite:2022-04-04
commands: |
echo "Disk space usage:"
df -h
echo "Current directory size:"
du -sh .
echo "Update!"
sudo apt update
echo "Install!"
sudo apt install -y git firefox-esr xvfb portaudio19-dev
sudo apt install libatlas-base-dev redis-server espeak
sudo apt install rustc
sudo apt install python3-dev
echo "More setup!"
mkdir -p /home/pi/code/github/dbieber
cd /home/pi/code/github/dbieber
git clone https://github.com/dbieber/GoNoteGo.git
Expand Down

0 comments on commit 2c24965

Please sign in to comment.