Skip to content

Commit 1c455b0

Browse files
authored
ci(release.yml): Fix missing host
1 parent bff614a commit 1c455b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- os: macos-15
2727
emacs-version: '28.2'
2828
ext: dylib
29+
host: aarch64-apple-darwin
2930
target: aarch64-apple-darwin
3031
- os: ubuntu-24.04
3132
emacs-version: '27.2'
@@ -60,6 +61,7 @@ jobs:
6061
submodules: true
6162

6263
- run: bin/setup
64+
6365
- run: bin/build -target "${{ matrix.target }}"
6466
continue-on-error: true
6567

@@ -69,10 +71,13 @@ jobs:
6971
- name: Install tree-sitter CLI
7072
if: ${{ !matrix.target }}
7173
run: npm install -g tree-sitter-cli@0.19.3
74+
7275
- run: eask install-deps --dev
76+
7377
- run: bin/test
7478
if: ${{ !matrix.target }}
7579
continue-on-error: true
80+
7681
- run: bin/test bench
7782
if: ${{ !matrix.target }}
7883

0 commit comments

Comments
 (0)