File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ jobs:
46
46
experimental : false
47
47
steps :
48
48
- uses : actions/checkout@v2
49
- - name : setup protoc
50
- uses : arduino/setup-protoc@v1
51
- with :
52
- version : ' 3.x'
53
- - run : protoc --version
49
+ # - name: setup protoc
50
+ # uses: arduino/setup-protoc@v1
51
+ # with:
52
+ # version: '3.x'
53
+ # - run: protoc --version
54
54
- uses : julia-actions/setup-julia@v1
55
55
with :
56
56
version : ${{ matrix.version }}
66
66
${{ runner.os }}-test-
67
67
${{ runner.os }}-
68
68
- uses : julia-actions/julia-buildpkg@v1
69
+ - name : Install ProtoBuf For Code Generation
70
+ run : julia -e 'using Pkg; Pkg.add([Pkg.PackageSpec(;name="ProtoBuf", version="0.11.5"), Pkg.PackageSpec(;name="protoc_jll")]); Pkg.instantiate(); Pkg.build();'
69
71
- uses : julia-actions/julia-runtest@v1
70
72
- uses : julia-actions/julia-processcoverage@v1
71
73
- uses : codecov/codecov-action@v1
You can’t perform that action at this time.
0 commit comments