We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff614a commit 1c455b0Copy full SHA for 1c455b0
.github/workflows/release.yml
@@ -26,6 +26,7 @@ jobs:
26
- os: macos-15
27
emacs-version: '28.2'
28
ext: dylib
29
+ host: aarch64-apple-darwin
30
target: aarch64-apple-darwin
31
- os: ubuntu-24.04
32
emacs-version: '27.2'
@@ -60,6 +61,7 @@ jobs:
60
61
submodules: true
62
63
- run: bin/setup
64
+
65
- run: bin/build -target "${{ matrix.target }}"
66
continue-on-error: true
67
@@ -69,10 +71,13 @@ jobs:
69
71
- name: Install tree-sitter CLI
70
72
if: ${{ !matrix.target }}
73
run: npm install -g tree-sitter-cli@0.19.3
74
75
- run: eask install-deps --dev
76
77
- run: bin/test
78
79
80
81
- run: bin/test bench
82
83
0 commit comments