diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5b5df83..71016af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,7 +82,7 @@ jobs: toolchain: stable - name: Build the binaries - run: melos run build:other + run: dart pub global run melos run build:other - name: Copy the binaries to the needed location shell: bash run: |