File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 80808181 cd ${{ matrix.example }}
8282 cargo check-external-types --config allowed-external-types.toml
83- non-default-examples :
84- strategy :
85- matrix :
86- os : [ windows-latest, ubuntu-latest ]
87- example : [opentelemetry-otlp/examples/basic-otlp]
88- runs-on : ${{ matrix.os }}
89- steps :
90- - uses : actions/checkout@v4
91- with :
92- submodules : true
93- - uses : dtolnay/rust-toolchain@stable
94- with :
95- components : rustfmt
96- - uses : arduino/setup-protoc@v3
97- with :
98- repo-token : ${{ secrets.GITHUB_TOKEN }}
99- - name : Build
100- run : |
101- cd ${{ matrix.example }}
102- cargo build --verbose
10383 msrv :
10484 strategy :
10585 matrix :
@@ -135,9 +115,6 @@ jobs:
135115 - uses : dtolnay/rust-toolchain@stable
136116 with :
137117 components : rustfmt
138- - uses : arduino/setup-protoc@v3
139- with :
140- repo-token : ${{ secrets.GITHUB_TOKEN }}
141118 - name : doc
142119 run : cargo doc --no-deps --all-features
143120 env :
You can’t perform that action at this time.
0 commit comments