Skip to content

Commit cab0777

Browse files
committed
makedepend needs successful configure
1 parent dffab22 commit cab0777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/misc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v4
3636
- name: install dependencies
37-
run: sudo apt-get install build-essential autoconf
37+
run: sudo apt-get install build-essential autoconf tcl-dev tcl libssl-dev libssl
3838
- name: Run makedepend
3939
run: misc/makedepend
4040
- name: Check diff

0 commit comments

Comments
 (0)