mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-08 20:33:40 +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:
|
steps:
|
||||||
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791
|
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791
|
||||||
|
|
||||||
- name: install extra repository
|
# - name: install extra repository
|
||||||
run: sudo add-apt-repository ppa:kelleyk/emacs
|
# run: sudo add-apt-repository ppa:kelleyk/emacs
|
||||||
|
|
||||||
- name: refresh apt
|
- name: refresh apt
|
||||||
run: sudo apt-get update
|
run: sudo apt-get update
|
||||||
|
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: sudo apt-get install emacs26 autoconf
|
run: sudo apt-get install emacs autoconf
|
||||||
|
|
||||||
- name: ./autogen.sh
|
- name: ./autogen.sh
|
||||||
run: ./autogen.sh
|
run: ./autogen.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user