Skip to content

Commit

Permalink
inspect
Browse files Browse the repository at this point in the history
Signed-off-by: jcwchen <jacky82226@gmail.com>
  • Loading branch information
jcwchen committed Oct 17, 2023
1 parent c70d64b commit 725ebbc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ jobs:
if ('${{ matrix.architecture }}' -eq 'x86') {
$arch = 'Win32'
}
echo "Before Install Protobuf"
protoc
protoc --version
pip show protobuf
. .\onnx\workflow_scripts\protobuf\build_protobuf_win.ps1 -arch $arch
cd onnx
Expand All @@ -71,7 +74,7 @@ jobs:
$Env:PATH="$Env:PATH;D:\\a\\onnx\\onnx\\protobuf-3.21.12\\protobuf_install\\bin;D:\\a\\onnx\\onnx\\protobuf-3.21.12\\protobuf_install\\lib;D:\\a\\onnx\\onnx\\protobuf-3.21.12\\protobuf_install\\include"
echo "$GITHUB_CONTEXT"
echo "$PATH"
echo "end"
echo "Install ONNX end"
if ('${{ github.event_name }}' -eq 'schedule') {
echo "Build weekly PyPI package"
Expand Down

0 comments on commit 725ebbc

Please sign in to comment.