ci: Skip postisntall scripts on windows runner in validate workflow

They're failing 50% of the time for some reason... This is just a test
change.
This commit is contained in:
Aaron
2026-04-13 00:34:04 -05:00
parent 245aea4ce8
commit 08b9ea6e47
+3
View File
@@ -72,6 +72,9 @@ jobs:
- name: Setup
uses: ./.github/actions/setup
with:
# Windows runner fails randomly due to post-install steps, skip since they're not needed for running tests
installArgs: --ignore-scripts
- name: Setup PNPM
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0