TEMP -- use -v

This commit is contained in:
TheTank20
2023-09-02 09:51:35 -04:00
committed by GitHub
parent 680239bdb7
commit d53409f5bd

View File

@@ -40,7 +40,7 @@ jobs:
- name: Configure and build UMSKT - name: Configure and build UMSKT
run: | run: |
cd build cd build
cmake -DCMAKE_BUILD_TYPE=Release .. cmake -v -DCMAKE_BUILD_TYPE=Release ..
make make
- name: Move files to correct directory - name: Move files to correct directory