We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c96b5e2 commit d4b1939Copy full SHA for d4b1939
.github/workflows/build-windows.yml
@@ -35,7 +35,7 @@ jobs:
35
with: {github_token: "${{ github.token }}"}
36
37
- name: Install Dependencies
38
- run: dart pub get
+ run: dart pub get --verbose
39
40
- name: Compile Protobuf
41
run: dart run grinder protobuf
0 commit comments