mirror of
https://github.com/reactos/reactos.git
synced 2025-02-20 15:35:04 +00:00
parent
167c60a5c8
commit
823ddc3d82
1 changed files with 0 additions and 1 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -118,7 +118,6 @@ jobs:
|
|||
with:
|
||||
path: src
|
||||
- name: Configure
|
||||
working-directory: ${{github.workspace}}\build
|
||||
run: cmake -S src -B build -G Ninja -DCMAKE_TOOLCHAIN_FILE:FILEPATH=toolchain-msvc.cmake -DARCH:STRING=${{matrix.arch}} -DENABLE_ROSTESTS=1 -DENABLE_ROSAPPS=1 -DUSE_CLANG_CL:BOOL=${{matrix.compiler == 'clang-cl'}}
|
||||
- name: Build
|
||||
working-directory: ${{github.workspace}}\build
|
||||
|
|
Loading…
Reference in a new issue