Fix my durnay glolova

This commit is contained in:
Jiga228
2025-09-14 15:20:14 +07:00
parent 49182ec21e
commit efdc6b0d50
+8 -1
View File
@@ -31,4 +31,11 @@ jobs:
libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev
- name: Configure CMake - name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUI_ run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
#- name: Test
# working-directory: ${{github.workspace}}/build
# run: ctest -C ${{env.BUILD_TYPE}}