fix: build substraction

This commit is contained in:
Oleksandr Pravdyvyi 2025-07-21 12:48:22 +03:00
parent ca3a63a885
commit 5e3476673e
No known key found for this signature in database
GPG Key ID: 9F8955C63C443871

View File

@ -31,9 +31,6 @@ jobs:
- name: lint - ubuntu-latest
if: success() || failure()
run: chmod 777 ./ci_scripts/lint-ubuntu.sh && ./ci_scripts/lint-ubuntu.sh
- name: build - ubuntu-latest
if: success() || failure()
run: chmod 777 ./ci_scripts/build-ubuntu.sh && ./ci_scripts/build-ubuntu.sh
- name: test ubuntu-latest
if: success() || failure()
run: chmod 777 ./ci_scripts/test-ubuntu.sh && ./ci_scripts/test-ubuntu.sh