Commit cf367df9 authored by jnwei's avatar jnwei
Browse files

make space for docker CI

parent 60eff632
...@@ -11,5 +11,11 @@ jobs: ...@@ -11,5 +11,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Cleanup
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Build the Docker image - name: Build the Docker image
run: docker build . --file Dockerfile --tag openfold:$(date +%s) run: docker build . --file Dockerfile --tag openfold:$(date +%s)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment