Skip to content

Commit

Permalink
Run pub in verbose mode on windows-arm64
Browse files Browse the repository at this point in the history
This is just intended to debug a GitHub Actions build failure.
  • Loading branch information
nex3 committed Jul 11, 2024
1 parent c96b5e2 commit d4b1939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with: {github_token: "${{ github.token }}"}

- name: Install Dependencies
run: dart pub get
run: dart pub get --verbose

- name: Compile Protobuf
run: dart run grinder protobuf
Expand Down

0 comments on commit d4b1939

Please sign in to comment.