mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-03 20:54:09 +01:00
Fixing CI
This commit is contained in:
parent
20da9cc7d8
commit
ea11fd3b15
6
.github/workflows/gh-pages.yml
vendored
6
.github/workflows/gh-pages.yml
vendored
@ -16,14 +16,14 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791
|
||||
|
||||
- name: install extra repository
|
||||
run: sudo add-apt-repository ppa:kelleyk/emacs
|
||||
# - 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 autoconf
|
||||
run: sudo apt-get install emacs autoconf
|
||||
|
||||
- name: ./autogen.sh
|
||||
run: ./autogen.sh
|
||||
|
Loading…
Reference in New Issue
Block a user