added docker to macos machine

This commit is contained in:
Javier Bullrich
2024-08-07 12:43:48 +02:00
parent 8ad0586c25
commit 5718deb606
+3 -1
View File
@@ -70,7 +70,9 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: brew install docker
if: contains("${{ matrix.os }}", "macos")
# We've run into out-of-disk error when compiling Polkadot in the next step, so we free up some space this way.
- name: Free Disk Space (Ubuntu)