https://git.reactos.org/?p=reactos.git;a=commitdiff;h=823ddc3d82b8a6d035c699d9366cf95cc7f94f8f

commit 823ddc3d82b8a6d035c699d9366cf95cc7f94f8f
Author:     Victor Perevertkin <[email protected]>
AuthorDate: Tue May 4 01:21:40 2021 +0300
Commit:     Victor Perevertkin <[email protected]>
CommitDate: Tue May 4 01:21:40 2021 +0300

    [GITHUB] Remove working-directory for configure
    
    Addendum to 167c60a5c8c20cb0e58c78ff1449e5c220208c16
---
 .github/workflows/build.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 95a61c6adc6..2d835a6db83 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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

Reply via email to