mirror of
https://github.com/vale981/melpazoid
synced 2025-03-04 08:51:39 -05:00
specify :fetcher before :repo in melpazoid.yml (#39)
This commit is contained in:
parent
d1df768dc2
commit
e8f01d926d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ jobs:
|
|||
env:
|
||||
LOCAL_REPO: ${{ github.workspace }}
|
||||
# RECIPE is your recipe as written for MELPA:
|
||||
RECIPE: (shx :repo "riscy/shx-for-emacs" :fetcher github)
|
||||
RECIPE: (shx :fetcher github :repo "riscy/shx-for-emacs")
|
||||
# set this to false (or remove it) if the package isn't on MELPA:
|
||||
EXIST_OK: true
|
||||
run: echo $GITHUB_REF && make -C ~/melpazoid
|
||||
|
|
Loading…
Add table
Reference in a new issue