From 88fea7ecf9ea426d26b6c8ad44e9b872136e8eb5 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Fri, 19 Apr 2024 16:14:17 +0600 Subject: [PATCH] cd: use docker cask --- .github/workflows/spotube-release-binary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spotube-release-binary.yml b/.github/workflows/spotube-release-binary.yml index 4979c21a..c7753155 100644 --- a/.github/workflows/spotube-release-binary.yml +++ b/.github/workflows/spotube-release-binary.yml @@ -212,7 +212,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Docker - run: brew install docker + run: brew install --cask docker - name: Replace pubspec version and BUILD_VERSION Env (nightly) if: ${{ inputs.channel == 'nightly' }}