Skip to content

Commit

Permalink
ci: try without the tmpfs consuming ram
Browse files Browse the repository at this point in the history
  • Loading branch information
Joonas Koivunen committed Jun 6, 2022
1 parent bdf78c4 commit ef96b93
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
uses: pierotofy/[email protected]
with:
swap-size-gb: 14
- run: |
sudo mkdir -p /var/lib/docker
sudo mount -t tmpfs -o size=10G none /var/lib/docker
sudo systemctl restart docker
- name: Checkout sources
uses: actions/checkout@v2
- name: Set up QEMU
Expand Down

0 comments on commit ef96b93

Please sign in to comment.