fix
All checks were successful
CI/CD / build-and-test (push) Successful in 25s

This commit is contained in:
SILCHENKO
2026-05-24 21:20:01 +03:00
parent a8c7733bc4
commit e431a07fb5

View File

@@ -16,8 +16,9 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y cmake cppcheck build-essential
apt-get update
apt-get install -y cmake cppcheck build-essential
- name: Run Static Analysis (Cppcheck)
run: |