Revert "TEMP -- use -v"

This commit is contained in:
TheTank20 2023-09-02 09:56:36 -04:00 committed by GitHub
parent a2d521c230
commit 974f400cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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