mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-21 09:05:10 -07:00
more debug
This commit is contained in:
parent
d0fa0f9ab9
commit
55dc929002
2 changed files with 22 additions and 0 deletions
16
.github/workflows/desktop-build.yml
vendored
16
.github/workflows/desktop-build.yml
vendored
|
|
@ -425,6 +425,22 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue