Skip to content

Commit

Permalink
github: fix broken docker-rebuild check
Browse files Browse the repository at this point in the history
  • Loading branch information
emturner committed Sep 25, 2023
1 parent a349945 commit cb6b34b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
sudo df -h
- name: Checkout
uses: actions/checkout@v3

- name: Branches ref
id: branches
shell: bash
Expand Down

0 comments on commit cb6b34b

Please sign in to comment.