From d6495a8831ee4081c1d3165ab9b697d60d1bb0ad Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Fri, 31 May 2024 15:12:28 +0300 Subject: [PATCH] remove debug messages --- .github/workflows/emu-build-all-linux.yml | 9 --------- .github/workflows/emu-build-all-win.yml | 11 +---------- 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/.github/workflows/emu-build-all-linux.yml b/.github/workflows/emu-build-all-linux.yml index eddf5072..686cd034 100644 --- a/.github/workflows/emu-build-all-linux.yml +++ b/.github/workflows/emu-build-all-linux.yml @@ -78,15 +78,6 @@ jobs: working-directory: ${{ github.workspace }} run: sudo chmod -R 777 "${{ github.workspace }}" -### debug print dirs - - name: Debug print dirs - shell: bash - working-directory: ${{ github.workspace }} - run: | - ls -la ./build/deps/linux/* - ls -la ./build/deps/linux/gmake2/protobuf/install32/bin/* - ls -la ./build/deps/linux/gmake2/protobuf/install64/bin/* - ### generate project files - name: Generate project files shell: bash diff --git a/.github/workflows/emu-build-all-win.yml b/.github/workflows/emu-build-all-win.yml index 688413e6..4a0f898a 100644 --- a/.github/workflows/emu-build-all-win.yml +++ b/.github/workflows/emu-build-all-win.yml @@ -85,15 +85,6 @@ jobs: ref: 'third-party/build/win' path: "${{env.THIRD_PARTY_BASE_DIR}}/build/win" -### debug print dirs - - name: Debug print dirs - shell: cmd - working-directory: ${{ github.workspace }} - run: | - dir /b /a build\deps\win\vs2022\* - dir /b /a build\deps\win\vs2022\protobuf\install32\bin\* - dir /b /a build\deps\win\vs2022\protobuf\install64\bin\* - ### generate project files - name: Generate project files shell: cmd @@ -106,7 +97,7 @@ jobs: shell: cmd working-directory: ${{ github.workspace }}/build/project/vs2022/win run: | - msbuild /nologo /target:${{ matrix.prj }} /m:2 /v:n /p:Configuration=${{ matrix.cfg }},Platform=${{ matrix.arch }} GBE.sln + msbuild /nologo /target:${{ matrix.prj }} /m:2 /v:n /p:Configuration=${{ matrix.cfg }},Platform=${{ matrix.arch }} gbe.sln ### upload artifact/package to github Actions (for targets) - name: Upload build package (for targets)