Skip to content

Commit

Permalink
-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jan 6, 2025
1 parent 8829fb2 commit 3233667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install system libraries
run: sudo apt-get install --assume-yes --no-install-recommends libpcre3 librdkafka-dev
run: sudo apt-get install --assume-yes --no-install-recommends libpcre3-dev librdkafka-dev
- uses: freckle/stack-action@v5
env:
OTEL_TRACES_EXPORTER: none
Expand Down

0 comments on commit 3233667

Please sign in to comment.