Skip to content

Commit

Permalink
ci: hardcode logging type lttng for now
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuyan committed Sep 5, 2023
1 parent a740310 commit 3d04112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
export QUIC_TLS
export QUIC_ENABLE_LOGGING
if "${QUIC_ENABLE_LOGGING}" == "ON" ; then
export QUIC_LOGGING_TYPE=lttng
sudo apt-add-repository ppa:lttng/stable-2.13
sudo apt-get update
sudo apt-get install -y lttng-tools babeltrace liblttng-ust-dev lttng-modules-dkms-
Expand Down

0 comments on commit 3d04112

Please sign in to comment.