Skip to content

Commit 6c02f42

Browse files
author
mehmet.aslan
committed
erasing CI/CD badge, github CI/CD could not find qt6 packages
1 parent f2d0f34 commit 6c02f42

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/cmake-single-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424

2525
- name: Env
26-
run: sudo apt install qt5-qmake qtbase5-dev libqt5xmlpatterns5-dev libpopt-dev -y
26+
run: sudo apt update && sudo apt install libpopt-dev qt6-xmlpatterns-dev qml-qt6 qt6-base-dev -y
2727

2828
- name : Peak CAN drivers
2929
run: cd ${{github.workspace}}/drivers/peak-linux-driver-8.20.0 && make clean all && sudo make install

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
![all_builds](https://github.com/aslansq/uds_tracer/actions/workflows/cmake-single-platform.yml/badge.svg)
2-
31
This tool is designed for listening to CAN traffic and identifying UDS (Unified Diagnostic Services) packages. It provides a graphical interface to help users analyze and validate the data efficiently. It supports CAN Standard (CAN Std), CAN Flexible Data-rate (CAN FD), and replaying recorded data for detailed analysis.
42

53
### Supported Devices

0 commit comments

Comments
 (0)