Skip to content

Commit 091b46a

Browse files
author
colinmcneil
committed
Add host binary build to GH actions
1 parent 3de9d93 commit 091b46a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/extension.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v4
1414

15+
- name: Build Host Binary
16+
run: |
17+
cd src/extension
18+
make cross
19+
1520
- name: Set up QEMU
1621
uses: docker/setup-qemu-action@v3
1722

0 commit comments

Comments
 (0)