remove some debug again

This commit is contained in:
tooomm 2026-07-23 11:20:23 +02:00
parent 91dd255801
commit aaeaa0b89e
2 changed files with 0 additions and 37 deletions

View file

@ -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