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 5f9cabe commit 596a45cCopy full SHA for 596a45c
.gitlab-ci.yml
@@ -141,6 +141,8 @@ build:linux-pyinstaller:
141
- export UV_PYTHON="3.13"
142
- TRANSIFEX_MIN_REVIEW_RATE=0.0
143
- '[ "$CI_COMMIT_TAG" = "" ] || TRANSIFEX_MIN_REVIEW_RATE=1.0'
144
+ - apt update
145
+ - apt-get --yes install clang
146
- opsi-dev-cli self upgrade
147
- rm -rf .venv
148
- uv self update
0 commit comments