File tree Expand file tree Collapse file tree 3 files changed +16
-58
lines changed
Expand file tree Collapse file tree 3 files changed +16
-58
lines changed Original file line number Diff line number Diff line change 1414 strategy :
1515 fail-fast : false
1616 matrix :
17- os : [ubuntu-latest, macos-latest, windows-latest ]
17+ os : [ubuntu-latest]
1818 emacs-version :
1919 - 28.1
2020 - snapshot
@@ -26,13 +26,22 @@ jobs:
2626 with :
2727 version : ${{ matrix.emacs-version }}
2828
29- - uses : emacs-eask/setup-eask@master
29+ - name : Set up Python 3.10
30+ uses : actions/setup-python@v4
3031 with :
31- version : ' snapshot '
32+ python- version : ' 3.10 '
3233
33- - name : Set workaround env var
34+ - name : Install melpazoid
3435 run : |
35- echo "ACTIONS_ALLOW_UNSECURE_COMMANDS=true" >> $GITHUB_ENV
36+ python -m pip install --upgrade pip
37+ git clone https://github.com/riscy/melpazoid.git ~/melpazoid
38+ pip install ~/melpazoid
3639
37- - name : Run tests
38- run : ' make ci'
40+ - name : Run melpazoid
41+ env :
42+ LOCAL_REPO : ${{ github.workspace }}
43+ # RECIPE is your recipe as written for MELPA:
44+ RECIPE : (eca :repo "editor-code-assistant/eca-emacs" :fetcher github)
45+ # set this to false (or remove it) if the package isn't on MELPA:
46+ EXIST_OK : false
47+ run : echo $GITHUB_REF && make -C ~/melpazoid
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments