Skip to content

Commit

Permalink
try windows exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Jul 23, 2024
1 parent 12f8078 commit e377c29
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
tags:
- "test-release/*.*"
- "*.*"
# branches:
# - sam/build-checker
branches:
- sam/build-checker

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -123,6 +123,7 @@ jobs:

- target: x86_64-pc-windows-msvc
host: windows-latest
cargo_args: -p baml-typescript-ffi -p baml-python-ffi
node_build: pnpm build --target x86_64-pc-windows-msvc

- target: x86_64-unknown-linux-gnu
Expand Down Expand Up @@ -169,7 +170,7 @@ jobs:
cache-on-failure: true

- name: Build Rust
run: cargo build --release --target ${{ matrix._.target }}
run: cargo build --release --target ${{ matrix._.target }} ${{ matrix._.cargo_args }}
working-directory: engine

# Build Node
Expand Down

0 comments on commit e377c29

Please sign in to comment.