Skip to content

Commit a8f93df

Browse files
committed
👷 Make sure docker is available on macOS
1 parent 9b0eed1 commit a8f93df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/custom-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
steps:
6262
- name: Checkout python-for-android
6363
uses: actions/checkout@v4
64+
- name: Setup Docker on macOS
65+
if: runner.os == 'macOS'
66+
uses: douglascamata/setup-docker-macos-action@v1-alpha
6467
- name: Pull the python-for-android docker image
6568
run: make docker/pull
6669
- name: Build python-for-android docker image

0 commit comments

Comments
 (0)