cd: use docker cask

This commit is contained in:
Kingkor Roy Tirtho 2024-04-19 16:14:17 +06:00
parent ef7833eb67
commit 88fea7ecf9

View File

@ -212,7 +212,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install Docker - name: Install Docker
run: brew install docker run: brew install --cask docker
- name: Replace pubspec version and BUILD_VERSION Env (nightly) - name: Replace pubspec version and BUILD_VERSION Env (nightly)
if: ${{ inputs.channel == 'nightly' }} if: ${{ inputs.channel == 'nightly' }}