mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-03 10:06:09 +01:00
Fix CI dependencies: must install emacs to untangle org files (#5)
This commit is contained in:
parent
2a484d96f4
commit
3be637dcc2
2
.github/workflows/test-build.yml
vendored
2
.github/workflows/test-build.yml
vendored
@ -13,5 +13,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: install dependencies
|
||||
run: sudo apt-get install emacs
|
||||
- name: make
|
||||
run: make -C src/
|
||||
|
Loading…
Reference in New Issue
Block a user