Skip to content

Commit

Permalink
remove unnecessary block
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 10, 2021
1 parent c228204 commit f8f9db1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/run-tests.yml
Expand Up @@ -74,13 +74,6 @@ jobs:
echo CTEST_BUILD_NAME: ${CTEST_BUILD_NAME}
echo PATCH_QT_3D: ${PATCH_QT_3D}
# - name: Increase Docker base image size
# # https://stackoverflow.com/questions/50140939/increase-docker-container-size-from-default-10gb-on-rhel7
# run: |
# sudo rm /etc/docker/daemon.json
# echo '{"storage-opt": [ "dm.basesize=50G" ]}' | sudo tee /etc/docker/daemon.json
# sudo service docker restart

- name: Build deps
env:
UBUNTU_BASE: ${{ matrix.ubuntu-base }}
Expand Down

0 comments on commit f8f9db1

Please sign in to comment.