We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2a514 commit 154e3a5Copy full SHA for 154e3a5
.github/workflows/on-release-main.yml
@@ -68,7 +68,7 @@ jobs:
68
69
# install Poetry
70
curl -sSL https://install.python-poetry.org | python3 -
71
- echo "export PATH=~/.local/bin:\$PATH" >> ~/.bashrc
+ echo 'export PATH=/root/.local/bin:$PATH' >> ~/.bashrc
72
73
# Install Maven
74
export MAVEN_VERSION=3.9.9
@@ -78,8 +78,13 @@ jobs:
78
echo "export MAVEN_HOME=$MAVEN_HOME" >> ~/.bashrc
79
echo "export PATH=$MAVEN_HOME/bin:\$PATH" >> ~/.bashrc
80
81
+ cat ~/.bashrc
82
source ~/.bashrc
83
+ native-image --version
84
+ mvn --version
85
+ poetry --version
86
CIBW_BEFORE_BUILD_LINUX: |
87
+ source ~/.bashrc
88
poetry install --no-interaction
89
CIBW_BUILD_VERBOSITY_LINUX: 3
90
CIBW_DEBUG_TRACEBACK: TRUE
0 commit comments