File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 65
65
run : |
66
66
sed "s/mplDependencyJavaVersion=.*/mplDependencyJavaVersion=${{inputs.mpl-version}}/g" project.properties > project.properties2; mv project.properties2 project.properties
67
67
68
- - name : Build ${{ matrix.library }} implementation
69
- shell : bash
70
- working-directory : ./${{ matrix.library }}
71
- run : |
72
- # This works because `node` is installed by default on GHA runners
73
- CORES=$(node -e 'console.log(os.cpus().length)')
74
- make transpile_go CORES=$CORES
75
-
76
68
- name : Install Go
77
69
uses : actions/setup-go@v5
78
70
with :
82
74
run : |
83
75
go install golang.org/x/tools/cmd/goimports@latest
84
76
77
+ - name : Build ${{ matrix.library }} implementation
78
+ shell : bash
79
+ working-directory : ./${{ matrix.library }}
80
+ run : |
81
+ # This works because `node` is installed by default on GHA runners
82
+ CORES=$(node -e 'console.log(os.cpus().length)')
83
+ make transpile_go CORES=$CORES
84
+
85
85
- name : Test ${{ matrix.library }}
86
86
working-directory : ./${{ matrix.library }}
87
87
run : |
You can’t perform that action at this time.
0 commit comments