From 5718deb606aa5a12cc65236a468ce3682f97e436 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Wed, 7 Aug 2024 12:43:48 +0200 Subject: [PATCH] added docker to macos machine --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f94ccb4..2bef22c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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)