specify :fetcher before :repo in melpazoid.yml (#39)

This commit is contained in:
Pradyuman Vig 2025-01-20 17:39:21 -06:00 committed by GitHub
parent d1df768dc2
commit e8f01d926d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ jobs:
env: env:
LOCAL_REPO: ${{ github.workspace }} LOCAL_REPO: ${{ github.workspace }}
# RECIPE is your recipe as written for MELPA: # 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: # set this to false (or remove it) if the package isn't on MELPA:
EXIST_OK: true EXIST_OK: true
run: echo $GITHUB_REF && make -C ~/melpazoid run: echo $GITHUB_REF && make -C ~/melpazoid