Skip to content

Commit ca6c67e

Browse files
authored
Remove building examples twice (#2311)
1 parent 3b652ac commit ca6c67e

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/ci.yml

-20
Original file line numberDiff line numberDiff line change
@@ -80,26 +80,6 @@ jobs:
8080
cargo install cargo-check-external-types@0.1.13
8181
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:

0 commit comments

Comments
 (0)