Skip to content

Commit d21fa30

Browse files
committed
Fix
1 parent 5f76ec1 commit d21fa30

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
matrix:
6060
example: [opentelemetry, opentelemetry-sdk, opentelemetry-otlp, opentelemetry-zipkin]
61-
runs-on: ubuntu-latest # TODO: Check if this could be covered on Windows. The step used currently fails on Windows.
61+
runs-on: ubuntu-latest # TODO: Check if this could be covered for Windows. The step used currently fails on Windows.
6262
steps:
6363
- uses: actions/checkout@v4
6464
- uses: dtolnay/rust-toolchain@nightly
@@ -106,7 +106,7 @@ jobs:
106106
cargo test --manifest-path=opentelemetry-jaeger/Cargo.toml --features rt-tokio &&
107107
cargo test --manifest-path=opentelemetry-zipkin/Cargo.toml
108108
cargo-deny:
109-
runs-on: ubuntu-latest # This is only supported on Linux
109+
runs-on: ubuntu-latest # This uses the step `EmbarkStudios/cargo-deny-action@v1` which is only supported on Linux
110110
continue-on-error: true # Prevent sudden announcement of a new advisory from failing ci
111111
steps:
112112
- uses: actions/checkout@v4
@@ -157,4 +157,3 @@ jobs:
157157
uses: codecov/codecov-action@v3
158158
with:
159159
fail_ci_if_error: false
160-

0 commit comments

Comments
 (0)