1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-03 01:46:12 +02:00

Add pkg-config install in CI (should fix issues)

Installing pkg-config in the workflowconfig file should fix configure
issues, and allow the CI to succeed.
This commit is contained in:
Aurélien Delval 2021-07-30 11:10:16 +02:00
parent f43600f3d4
commit fb3eeaaa5d

View File

@ -25,7 +25,7 @@ jobs:
run: | run: |
ln -s /usr/bin/python3 /usr/bin/python ln -s /usr/bin/python3 /usr/bin/python
apt update apt update
apt -y install emacs apt -y install emacs pkg-config
- name: Run tests - name: Run tests
run: vfc_ci test -g -r run: vfc_ci test -g -r