This commit is contained in:
altalk23 2022-10-12 21:32:20 +03:00
commit 81eb10f115

View file

@ -49,7 +49,7 @@ jobs:
- name: Build
run: |
cd build
cmake --build . --config Release
cmake --build . --config RelWithDebInfo
- name: Move to output folder
shell: bash