mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-20 09:32:12 +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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: install dependencies
|
||||||
|
run: sudo apt-get install emacs
|
||||||
- name: make
|
- name: make
|
||||||
run: make -C src/
|
run: make -C src/
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# qmckl
|
# qmckl
|
||||||
|
|
||||||
[![Build Status](https://github.com/TREX-CoE/qmckl/workflows/test-build/badge.svg?branch=main)
|
![Build Status](https://github.com/TREX-CoE/qmckl/workflows/test-build/badge.svg?branch=main)
|
||||||
|
|
||||||
Quantum Monte Carlo Kernel Library.
|
Quantum Monte Carlo Kernel Library.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user