ci: enable step debugging for Windows export job
CI / Export Linux (push) Failing after 33s
CI / Export Windows (push) Failing after 41s
Test Suite / Unit Tests (GUT) (push) Failing after 33s
CI / Export Android (push) Failing after 41s
Test Suite / Code Style Check (push) Failing after 27s
Test Suite / Integration Tests (push) Failing after 32s
CI / Create Release (push) Has been skipped
Test Suite / Security Scan (push) Failing after 39s

This commit is contained in:
2026-07-02 17:58:39 +08:00
parent 2fd8130743
commit 754fb0d0a3
+2
View File
@@ -10,6 +10,8 @@ jobs:
export-windows: export-windows:
name: Export Windows name: Export Windows
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
ACTIONS_STEP_DEBUG: true
timeout-minutes: 45 timeout-minutes: 45
steps: steps:
- name: Checkout repository - name: Checkout repository