Skip to content

Commit

Permalink
WIP: Update melpazoid workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlarumbe committed Sep 10, 2024
1 parent 98a4e14 commit 464a7a8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/melpazoid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v1
with: { python-version: 3.9 }
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install
run: |
python -m pip install --upgrade pip
Expand All @@ -27,7 +28,7 @@ jobs:
env:
LOCAL_REPO: ${{ github.workspace }}
# RECIPE is your recipe as written for MELPA:
RECIPE: (verilog-ext :repo "gmlarumbe/verilog-ext" :fetcher github :files (:defaults "snippets"))
RECIPE: (verilog-ext :repo "gmlarumbe/verilog-ext" :fetcher github :files (:defaults "snippets" "langserver"))
# set this to false (or remove it) if the package isn't on MELPA:
EXIST_OK: true
run: echo $GITHUB_REF && make -C ~/melpazoid

0 comments on commit 464a7a8

Please sign in to comment.