Skip to content

ci: fix Windows date extraction by replacing deprecated wmic with PowerShell#486

Merged
FabianHofmann merged 2 commits intomasterfrom
fix/win-ci
Mar 12, 2026
Merged

ci: fix Windows date extraction by replacing deprecated wmic with PowerShell#486
FabianHofmann merged 2 commits intomasterfrom
fix/win-ci

Conversation

@FabianHofmann
Copy link
Copy Markdown
Contributor

The wmic command has been removed from recent Windows runner images, causing the date extraction in the CI to fail silently. The cache key ends up containing commas, which actions/cache@v4 rejects.

Replaces the cmd/wmic approach with PowerShell's Get-Date.

@FabianHofmann FabianHofmann enabled auto-merge (squash) March 12, 2026 09:18
@FabianHofmann FabianHofmann disabled auto-merge March 12, 2026 09:19
@FabianHofmann FabianHofmann enabled auto-merge (squash) March 12, 2026 09:19
@FabianHofmann FabianHofmann merged commit 996521a into master Mar 12, 2026
18 of 19 checks passed
@FabianHofmann FabianHofmann deleted the fix/win-ci branch March 12, 2026 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants