Update c-cpp.yml

This commit is contained in:
Vladimir Dubrovin 2025-03-14 16:28:40 +03:00 committed by GitHub
parent 0ca9030520
commit 16bd55a074
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,6 @@ jobs:
- name: make
run: make -f Makefile.Linux
- name: make install
run: make install
run: make -f Makefile.Linux install
- name: make clean
run: make clean
run: make -f Makefile.Linux clean