File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,14 +122,14 @@ jobs:
122122 workspaces : engine
123123 prefix-key : " v5-rust-${{ matrix._.target }}"
124124
125- # Build the CLI - Always use static-ssl features
126- - name : Build CLI Binary
127- # This single step now handles all builds
128- run : >
129- ${{ env.CARGO }} build --release --bin baml-cli ${{ env.TARGET_FLAGS }}
130- --features static-ssl
131- --no-default-features
132- working-directory : engine
125+ # # Build the CLI - Always use static-ssl features
126+ # - name: Build CLI Binary
127+ # # This single step now handles all builds
128+ # run: >
129+ # ${{ env.CARGO }} build --release --bin baml-cli ${{ env.TARGET_FLAGS }}
130+ # --features static-ssl
131+ # --no-default-features
132+ # working-directory: engine
133133
134134 - name : Build CFFI Library
135135 run : >
You can’t perform that action at this time.
0 commit comments