Closed glin closed 1 year ago
The Debian 12 builds currently fail because AWS CLI isn't on the PATH:
./build.sh: line 22: aws: command not found
It's also aws cli v1, so we could update to v2 as well:
$ /root/.local/pipx/venvs/awscli/bin/aws --version aws-cli/1.27.160 Python/3.11.2 Linux/5.14.0-1056-oem botocore/1.29.160
This is only when publishing, so we didn't notice it before.
The Debian 12 builds currently fail because AWS CLI isn't on the PATH:
It's also aws cli v1, so we could update to v2 as well:
This is only when publishing, so we didn't notice it before.