mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-26 21:27:38 +02:00
fix print versions
This commit is contained in:
parent
cdfe121a43
commit
bb1c35cd01
9
.github/workflows/verify.yml
vendored
9
.github/workflows/verify.yml
vendored
@ -12,12 +12,9 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: versions
|
||||
run:
|
||||
- gcc --version
|
||||
- clang-format --version
|
||||
- name: install dependencies
|
||||
run: sudo apt-get install -y libmicrohttpd-dev
|
||||
- run: gcc --version
|
||||
- run: clang-format --version
|
||||
- run: sudo apt-get install -y libmicrohttpd-dev
|
||||
- name: check
|
||||
working-directory: ./backend
|
||||
run: make check
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user