Publish Python and Rust Packages #13
Annotations
2 errors and 6 warnings
Build package
Command ['sh', '-c', 'curl --proto \'=https\' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y\nsource $HOME/.cargo/env\npip install setuptools-rust\nif [ "$RUNNER_OS" == "Linux" ]; then\n sudo apt-get update\n sudo apt-get install -y unzip\n PROTOC_ZIP=protoc-23.4-linux-x86_64.zip\nelif [ "$RUNNER_OS" == "macOS" ]; then\n brew install unzip\n PROTOC_ZIP=protoc-23.4-osx-x86_64.zip\nfi\ncurl -OL https://github.com/protocolbuffers/protobuf/releases/download/v23.4/$PROTOC_ZIP\nsudo unzip -o $PROTOC_ZIP -d /usr/local bin/protoc\nsudo unzip -o $PROTOC_ZIP -d /usr/local \'include/*\'\nrm -f $PROTOC_ZIP\n# Verify protoc installation and set permissions\nsudo chmod +x /usr/local/bin/protoc\n/usr/local/bin/protoc --version\n'] failed with code 127.
|
Build package
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Set up Rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Set up Rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Set up Rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Set up Rust
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading