Skip to content

Commit

Permalink
Use fork of action
Browse files Browse the repository at this point in the history
until this is merged: docker-practice/actions-setup-docker#31

Signed-off-by: Dimitris Karakasilis <[email protected]>
  • Loading branch information
jimmykarily committed Apr 28, 2023
1 parent 8287a63 commit 3f5585e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- run: |
git fetch --prune --unshallow
- name: setup-docker
uses: docker-practice/actions-setup-docker@master
uses: jimmykarily/actions-setup-docker@master
- name: Release space from worker
run: |
sudo rm -rf /usr/local/lib/android # will release about 10 GB if you don't need Android
Expand Down

0 comments on commit 3f5585e

Please sign in to comment.