Skip to content

Commit

Permalink
easy way to pull down abi
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Jul 24, 2024
1 parent aa23390 commit 4642263
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
tags:
- "test-release/*.*"
- "*.*"
branches: [sam/fix-abi-easy]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -136,7 +137,7 @@ jobs:
baml_build_help: "off"

- target: x86_64-unknown-linux-gnu
host: ubuntu-latest
host: ubuntu-20.04
# Using any of the manylinux containers breaks a bunch of stuff: actions/checkout here, pnpm build there - not worth it.
container: null
node_build: pnpm build --target x86_64-unknown-linux-gnu --use-napi-cross
Expand Down

0 comments on commit 4642263

Please sign in to comment.