From aaeaa0b89ee4a23a36f15ec35bb865b55c2348be Mon Sep 17 00:00:00 2001 From: tooomm Date: Thu, 23 Jul 2026 11:20:23 +0200 Subject: [PATCH] remove some debug again --- .ci/compile.sh | 21 --------------------- .github/workflows/desktop-build.yml | 16 ---------------- 2 files changed, 37 deletions(-) diff --git a/.ci/compile.sh b/.ci/compile.sh index 717c9a02e..6e9b6e994 100755 --- a/.ci/compile.sh +++ b/.ci/compile.sh @@ -261,27 +261,6 @@ if [[ $USE_CCACHE == "1" ]]; then echo "::endgroup::" fi -if [[ $RUNNER_OS == Windows ]]; then - echo "::group::Debug tools" - echo "where ccache" - where ccache - ccache --version - echo "where ninja" - where ninja - ninja --version - echo "NUMBER_OF_PROCESSORS=$NUMBER_OF_PROCESSORS" - echo "where cl" - where cl - cl - echo "where link" - where link - link --version || link - echo "where rc" - where rc - rc - echo "::endgroup::" -fi - echo "::group::Configure cmake" cmake --version echo "Running cmake with flags: ${flags[*]}" diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index c084c1798..c19eddb88 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -425,22 +425,6 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - - name: "[Windows] Debug PATH (bash)" - if: matrix.os == 'Windows' - shell: bash - run: | - where ninja - where cl - where link - - - name: "[Windows] Debug PATH (cmd)" - if: matrix.os == 'Windows' - shell: cmd - run: | - where ninja - where cl - where link - # Uses environment variables, see compile.sh for more details - name: "Build Cockatrice" id: build