Skip to content

Commit 596a45c

Browse files
committed
[chg] cicd install clang
1 parent 5f9cabe commit 596a45c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ build:linux-pyinstaller:
141141
- export UV_PYTHON="3.13"
142142
- TRANSIFEX_MIN_REVIEW_RATE=0.0
143143
- '[ "$CI_COMMIT_TAG" = "" ] || TRANSIFEX_MIN_REVIEW_RATE=1.0'
144+
- apt update
145+
- apt-get --yes install clang
144146
- opsi-dev-cli self upgrade
145147
- rm -rf .venv
146148
- uv self update

0 commit comments

Comments
 (0)