Skip to content

Commit 4877f89

Browse files
Install pkg-config.
1 parent 2766a65 commit 4877f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/precice-2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install Dependencies
3737
run: |
3838
apt-get -qq update
39-
apt-get -qq install python3-venv git
39+
apt-get -qq install python3-venv git pkg-config
4040
rm -rf /var/lib/apt/lists/*
4141
- name: Create venv
4242
run: |

0 commit comments

Comments
 (0)