Skip to content

Commit

Permalink
ci: run melos via dart pub global for windows integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryConrad authored Mar 4, 2024
1 parent 3ce4108 commit fc19cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit fc19cb8

Please sign in to comment.