Skip to content

Commit c173bf1

Browse files
committed
Make sure gprof is added
1 parent 1800442 commit c173bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
sudo apt update
2121
sudo apt remove libgd3 nginx
22-
sudo apt install libgd-dev valgrind
22+
sudo apt install libgd-dev valgrind binutils
2323
- name: configure
2424
run: ./configure --enable-testing
2525
- name: Run Tests

0 commit comments

Comments
 (0)