File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 24
24
steps :
25
25
- uses : actions/checkout@v4
26
26
27
- - uses : ./.github/util/initialize
28
- with : {github-token: "${{ github.token }}"}
27
+ # See: https://github.com/orgs/community/discussions/131594
28
+ # The composite action requires bash which is not available on windows-arm64 runner.
29
+ # - uses: ./.github/util/initialize
30
+ # with: {github-token: "${{ github.token }}"}
31
+
32
+ - uses : dart-lang/setup-dart@v1
33
+
34
+ -
uses :
bufbuild/[email protected]
35
+ with : {github_token: "${{ github.token }}"}
36
+
37
+ - name : Install Dependencies
38
+ run : dart pub get
39
+
40
+ - name : Compile Protobuf
41
+ run : dart run grinder protobuf
29
42
30
43
- name : Build
31
44
run : dart run grinder pkg-standalone-windows-${{ matrix.arch }}
You can’t perform that action at this time.
0 commit comments