Skip to content

Commit 879a837

Browse files
committed
Show installed pkgs
1 parent ea56603 commit 879a837

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/github-actions/setup-deps.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ log()
1414
printf "setup-deps: %s\n" "$*"
1515
}
1616

17+
apt list --installed
18+
1719
log "Installing dependencies for OS=$MATRIX_OS ..."
1820

1921
if [[ $MATRIX_OS == "ubuntu-latest" ]]
@@ -87,3 +89,5 @@ then
8789
)
8890
echo ${BINS[@]} | fmt -w 1 >> $GITHUB_PATH
8991
fi
92+
93+
apt list --installed

0 commit comments

Comments
 (0)