Skip to content

Commit 6538d1a

Browse files
committed
fixes
1 parent 3d74b90 commit 6538d1a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-cli-release.reusable.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,13 @@ jobs:
146146
echo "target dir is: ${{ env.TARGET_DIR }}"
147147
148148
# Build the CLI - Always use static-ssl features
149-
- name: Build CLI Binary
150-
# This single step now handles all builds
151-
run: >
152-
${{ env.CARGO }} build --release --bin baml-cli ${{ env.TARGET_FLAGS }}
153-
--features static-ssl
154-
--no-default-features
155-
working-directory: engine
149+
# - name: Build CLI Binary
150+
# # This single step now handles all builds
151+
# run: >
152+
# ${{ env.CARGO }} build --release --bin baml-cli ${{ env.TARGET_FLAGS }}
153+
# --features static-ssl
154+
# --no-default-features
155+
# working-directory: engine
156156

157157
- name: Build CFFI Library (Unix)
158158
if: ${{ !contains(matrix._.os, 'windows') }}

0 commit comments

Comments
 (0)