Skip to content

Commit

Permalink
Fix du
Browse files Browse the repository at this point in the history
  • Loading branch information
ekilmer committed Aug 1, 2023
1 parent daec94b commit 9831889
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/vcpkg_ci_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ jobs:
- name: Clear prior vcpkg directory
run: |
rm -rf "${{ github.workspace }}/vcpkg"
du -sh ~/* ~/.*
ls -lah ~
- name: Initialize vcpkg
shell: bash
Expand Down Expand Up @@ -177,8 +175,9 @@ jobs:
df -h
du -sh * .*
ls -lah
du -sh ~/* ~/.*
ls -lah ~
cd /github/home
du -sh * .*
ls -lah
- name: 'Rellic build'
shell: 'bash'
Expand Down

0 comments on commit 9831889

Please sign in to comment.