Skip to content

Commit 72c54dd

Browse files
committed
Removes unused Linux headers from dependencies
Simplifies dependency list by removing the specific Linux headers, as they are not required for the testbench setup. No functional changes introduced. Signed-off-by: Christopher Turner <christopher.g.turner@intel.com>
1 parent bfd6fb4 commit 72c54dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testbench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: sudo apt-get update &&
4444
sudo apt-get -y install valgrind ninja-build
4545
octave octave-signal automake autoconf libtool
46-
gettext linux-headers-6.11.0-8
46+
gettext
4747

4848
# testbench needs some topologies.
4949
- name: build test topologies

0 commit comments

Comments
 (0)