mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-22 20:36:01 +01:00
Update gh-pages.yml
This commit is contained in:
parent
74f3cb0e36
commit
b93d162a65
6
.github/workflows/gh-pages.yml
vendored
6
.github/workflows/gh-pages.yml
vendored
@ -11,6 +11,12 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: install extra repository
|
||||
run: sudo add-apt-repository ppa:kelleyk/emacs
|
||||
|
||||
- name: refresh apt
|
||||
run: sudo apt-get update
|
||||
|
||||
- name: install dependencies
|
||||
run: sudo apt-get install emacs26
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user