Skip to content

Commit

Permalink
chore: Update release script for x86-64 darwin (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellovai authored Jul 24, 2024
1 parent 5f0e337 commit aa23390
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ jobs:
name: Build ${{ matrix._.target }}
runs-on: ${{ matrix._.host }}
container: ${{ matrix._.container }}
env:
BAML_BUILD_HELP: ${{ matrix._.baml_build_help }}
steps:
- uses: actions/checkout@v4
# Install python set up
Expand Down Expand Up @@ -189,14 +191,12 @@ jobs:
- name: Build Rust
run: cargo build --release --target ${{ matrix._.target }} ${{ matrix._.cargo_args }}
working-directory: engine
env:
BAML_BUILD_HELP: ${{ matrix._.baml_build_help }}


# Build Node
- name: PNPM Build
run: ${{ matrix._.node_build }}
working-directory: engine/language_client_typescript

# Build Python
- name: Build Python
uses: PyO3/maturin-action@v1
Expand Down

0 comments on commit aa23390

Please sign in to comment.