Skip to content

Commit 7d829bc

Browse files
committed
try with some other path things
1 parent 580829f commit 7d829bc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ jobs:
156156
echo "Using PROTOC_GEN_GO_PATH: $PROTOC_GEN_GO_PATH"
157157
# We must use PROTOC_GEN_GO_PATH to explicitly tell the build script
158158
# where to find the plugin, as the cross-compile environment is isolated.
159+
export GOPATH=$HOME/go
160+
export GOBIN=$GOPATH/bin
161+
export PATH=$PATH:$GOROOT:$GOPATH:$GOBIN
159162
${{ env.CARGO }} build -p baml_cffi ${{ env.TARGET_FLAGS }}
160163
working-directory: engine
161164
# Skip this step on Windows runners

0 commit comments

Comments
 (0)