debug github action

This commit is contained in:
fasiondog 2024-04-11 11:47:07 +08:00
parent 9dccaba7bf
commit 498ccbfc11
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ jobs:
- name: configure
shell: cmd
run: |
xmake f --feedback=n -k shared -y
xmake f -c --feedback=n -k shared -y -vD
- name: build
shell: cmd

View File

@ -45,7 +45,7 @@ jobs:
- name: configure
shell: cmd
run: |
xmake f -k shared -y
xmake f -c -k shared -y
- name: build
shell: cmd