Skip to content

Commit d4b1939

Browse files
committed
Run pub in verbose mode on windows-arm64
This is just intended to debug a GitHub Actions build failure.
1 parent c96b5e2 commit d4b1939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with: {github_token: "${{ github.token }}"}
3636

3737
- name: Install Dependencies
38-
run: dart pub get
38+
run: dart pub get --verbose
3939

4040
- name: Compile Protobuf
4141
run: dart run grinder protobuf

0 commit comments

Comments
 (0)