Skip to content

Commit

Permalink
Check mnt contents
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore authored Jul 1, 2020
1 parent 6c672f1 commit 80c840c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
steps:
- name: Install dependencies
run: |
df -h
sudo apt-get update
sudo apt-get install -y \
ccache \
Expand All @@ -111,6 +112,8 @@ jobs:
sudo apt-get auto-remove -y
sudo apt-get clean -y
df -h
du -hs /mnt/*
ls -alr /mnt/
- uses: actions/checkout@v2
with:
submodules: recursive
Expand Down

0 comments on commit 80c840c

Please sign in to comment.