Skip to content

Commit 73010a5

Browse files
authored
debug display only installed packages
1 parent 7e981f9 commit 73010a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nestbuildmatrix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -686,10 +686,10 @@ jobs:
686686
run: |
687687
gcc --version
688688
python --version
689-
apt list
689+
apt list --installed
690690
pip list
691-
apt list | grep -i boost
692-
test -z "$(apt list | grep -i boost)"
691+
apt list --installed | grep -i boost
692+
test -z "$(apt list --installed | grep -i boost)"
693693
694694
- name: "Configure NEST build"
695695
env:

0 commit comments

Comments
 (0)