Skip to content

Commit

Permalink
build: fix build win
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyar committed Mar 21, 2023
1 parent 65e8b22 commit 8fa6160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ windowsSetup() {
tryCommand make || choco install -y make
tryCommand curl || choco install -y curl
tryCommand cmake || choco install -y cmake
cmake -P "${projectDir}/compiler/scripts/install_deps.cmake"
"${projectDir}/compiler/scripts/install_deps.ps1"
commonSetup
}

Expand Down

0 comments on commit 8fa6160

Please sign in to comment.