Skip to content

Commit a70c1f3

Browse files
committed
Use dart pub syntax for the Windows build as well.
1 parent abb7624 commit a70c1f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/win.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
run: >
2727
choco install dart-sdk --limitoutput
2828
&& refreshenv
29-
&& pub global activate protoc_plugin
30-
&& pub global activate dart_code_gen
29+
&& dart pub global activate protoc_plugin
30+
&& dart pub global activate dart_code_gen
3131
&& gradlew.bat build

0 commit comments

Comments
 (0)