mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-03 18:16:28 +01: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:
parent
f43600f3d4
commit
fb3eeaaa5d
2
.github/workflows/vfc_test_workflow.yml
vendored
2
.github/workflows/vfc_test_workflow.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
run: |
|
||||
ln -s /usr/bin/python3 /usr/bin/python
|
||||
apt update
|
||||
apt -y install emacs
|
||||
apt -y install emacs pkg-config
|
||||
|
||||
- name: Run tests
|
||||
run: vfc_ci test -g -r
|
||||
|
Loading…
Reference in New Issue
Block a user