fixed tooling in ci
Some checks failed
CI / Lint and Test (pull_request) Successful in 36s
CI / Version Check (pull_request) Failing after 3s

This commit is contained in:
2026-03-30 00:32:24 +02:00
parent e98ff143a1
commit 27b97a69a7

View File

@@ -22,7 +22,7 @@ jobs:
cache: false
- name: Install packaging tools
run: sudo apt-get update && sudo apt-get install -y dpkg-dev
run: apt-get update && apt-get install -y dpkg-dev
- name: Get Version
id: get_version