From 7b25bd174e4cde54aa579bf1c7fd868cf8e1dad9 Mon Sep 17 00:00:00 2001 From: Mag1str02 Date: Wed, 20 Nov 2024 14:32:32 +0300 Subject: [PATCH] 9 --- .github/workflows/build_windows.yml | 39 ++++++++++++++--------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index 788bdd9..29e81ff 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -15,31 +15,30 @@ jobs: build_type: [RelWithDebInfo] steps: - - name: Checkout Repository - uses: actions/checkout@v4 - with: - submodules: 'true' + # - name: Checkout Repository + # uses: actions/checkout@v4 + # with: + # submodules: 'true' - name: Install clang uses: msys2/setup-msys2@v2 with: - location: C:\msys64\ + location: D:\ update: true install: >- mingw-w64-clang-x86_64-clang mingw-w64-clang-x86_64-ninja - - name: Setup env - run: | - $env:Path += ';C:\msys64\clang64\bin' - - name: Check env + - name: Check msys run: | - echo $env:path - - name: Build Project - uses: threeal/cmake-action@v2.0.0 - with: - source-dir: ${{ github.workspace }} - build-dir: ${{ github.workspace }}/build - generator: Ninja - cxx-compiler: clang++ - c-compiler: clang - build-args: --target DummyEditor --parallel 16 --config ${{ matrix.build_type }} - options: CMAKE_BUILD_TYPE=${{ matrix.build_type }} + ls D:\setup-msys + ls D:\setup-msys\msys2 + ls D:\msys2 + # - name: Build Project + # uses: threeal/cmake-action@v2.0.0 + # with: + # source-dir: ${{ github.workspace }} + # build-dir: ${{ github.workspace }}/build + # generator: Ninja + # cxx-compiler: clang++ + # c-compiler: clang + # build-args: --target DummyEditor --parallel 16 --config ${{ matrix.build_type }} + # options: CMAKE_BUILD_TYPE=${{ matrix.build_type }}