Skip to content

Commit

Permalink
Merge branch 'main' into pabloro/update-cmake-file
Browse files Browse the repository at this point in the history
  • Loading branch information
Pravila00 authored Apr 2, 2024
2 parents b0de454 + 897c9ef commit 0697871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/geneva_metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
mkdir -p "$GITHUB_WORKSPACE/otel_cpp/build"
cd "$GITHUB_WORKSPACE/otel_cpp/build"
cmake .. -DOPENTELEMETRY_INSTALL=ON
cmake --build . -j${nproc}
cmake --build . -j$(nproc)
cmake --install . --prefix "$HOME/prebuilt-otel"
mkdir -p "$GITHUB_WORKSPACE/otel_cpp_contrib/exporters/geneva/build"
cd "$GITHUB_WORKSPACE/otel_cpp_contrib/exporters/geneva/build"
Expand Down

0 comments on commit 0697871

Please sign in to comment.