update path to MSYS2 archive script in Windows build workflow

This commit is contained in:
uncor3
2026-01-31 13:17:20 +00:00
parent 9051a7d847
commit 920a5b920c
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
shell: pwsh
run: |
$date = "2025-06-22"
& "scripts/get-msys2-archive.ps1" -Date $date
& "./utils/get-msys2-archive.ps1" -Date $date
- name: Install deps using pacman
run: |