We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1800442 commit c173bf1Copy full SHA for c173bf1
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
run: |
20
sudo apt update
21
sudo apt remove libgd3 nginx
22
- sudo apt install libgd-dev valgrind
+ sudo apt install libgd-dev valgrind binutils
23
- name: configure
24
run: ./configure --enable-testing
25
- name: Run Tests
0 commit comments