Fixing CI

This commit is contained in:
Anthony Scemama 2022-11-18 14:15:13 +01:00
parent 20da9cc7d8
commit ea11fd3b15
1 changed files with 3 additions and 3 deletions

View File

@ -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