Skip to content

Commit

Permalink
Merge pull request #136 from sameeul/update_docker_build
Browse files Browse the repository at this point in the history
Update docker build
  • Loading branch information
sameeul authored Aug 22, 2023
2 parents 696ee6b + 24fab59 commit e37c480
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
shell: bash -l {0}

steps:
- name: Create more disk space
run: sudo rm -rf /usr/share/dotnet && sudo rm -rf /opt/ghc && sudo rm -rf "/usr/local/share/boost" && sudo rm -rf "$AGENT_TOOLSDIRECTORY" && sudo df -H

- uses: actions/checkout@v3
with:
submodules: recursive
Expand Down

0 comments on commit e37c480

Please sign in to comment.