Skip to content

Commit

Permalink
Hardcode yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
eatonphil committed Jul 19, 2023
1 parent 7e9e1b0 commit 3035f35
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/ci/prepare_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ Retry -Cmd { scoop install julia }
New-Alias zip 7z

# Install JS dependencies
Retry -Cmd { yarn }
yarn
yarn
yarn
yarn
yarn
Retry -Cmd { yarn rebuild }

# Install Go
Expand Down

0 comments on commit 3035f35

Please sign in to comment.