1
1
mirror of https://github.com/theoludwig/libcproject.git synced 2024-07-17 23:30:12 +02:00

ci: add gcc --version

This commit is contained in:
Théo LUDWIG 2023-06-24 21:09:19 +02:00
parent d1b93d1da0
commit d42ec38e36
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -15,6 +15,8 @@ jobs:
- name: 'Install Build Tools'
run: 'sudo apt-get install --yes build-essential gcc make clang-format'
- run: 'gcc --version'
- run: 'make'
- run: 'make run'
- run: 'make test'