Skip to content

Commit

Permalink
Temporarily replace setup-emacs GitHub action with manual install
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlarumbe committed Mar 5, 2025
1 parent 692af6e commit 5c78144
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/build_straight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,23 @@ jobs:
- release-snapshot
- snapshot
steps:
- name: Set up Emacs
uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs_version }}
# - name: Set up Emacs
# uses: purcell/setup-emacs@master
# with:
# version: ${{ matrix.emacs_version }}

# Checks-out repository under $GITHUB_WORKSPACE
- name: Clone verilog-ts-mode
uses: actions/checkout@v4
with:
submodules: true

# INFO: Temporary until tree-sitter 0.25 makes it into nixpkgs
- name: Set up Emacs 29.4
run: |
test/test-hdl/scripts/install-tree-sitter.sh
test/test-hdl/scripts/install-emacs.sh
- name: Install binaries
run: |
test/test-hdl/scripts/verilog/setup-env.sh
Expand Down
2 changes: 1 addition & 1 deletion test/test-hdl

0 comments on commit 5c78144

Please sign in to comment.