We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 580829f commit 7d829bcCopy full SHA for 7d829bc
1 file changed
.github/workflows/build-cli-release.reusable.yaml
@@ -156,6 +156,9 @@ jobs:
156
echo "Using PROTOC_GEN_GO_PATH: $PROTOC_GEN_GO_PATH"
157
# We must use PROTOC_GEN_GO_PATH to explicitly tell the build script
158
# 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
162
${{ env.CARGO }} build -p baml_cffi ${{ env.TARGET_FLAGS }}
163
working-directory: engine
164
# Skip this step on Windows runners
0 commit comments