Skip to content

Commit

Permalink
Fix problems with git clone in powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed Aug 10, 2020
1 parent 90fb1ca commit 4b58469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
set CMAKE_PREFIX_PATH="$($qt5_cmake)"
$qt5_cmake = "${{ env.Qt5_Dir }}/lib/cmake" -replace '[/]', '\\'
Remove-Item cryptonote -Recurse -ErrorAction Ignore
git clone https://github.com/seredat/karbowanec cryptonote
git clone https://github.com/seredat/karbowanec cryptonote --quiet
mkdir "$build_folder"
cd "$build_folder"
Start-Process cmake -ArgumentList "-DBOOST_ROOT=""$env:BOOST_ROOT_1_69_0"" -G ""Visual Studio 16 2019"" -A x64",".." -NoNewWindow -Wait
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
set CMAKE_PREFIX_PATH="$($qt5_cmake)"
$qt5_cmake = "${{ env.Qt5_Dir }}/lib/cmake" -replace '[/]', '\\'
Remove-Item cryptonote -Recurse -ErrorAction Ignore
git clone https://github.com/seredat/karbowanec cryptonote
git clone https://github.com/seredat/karbowanec cryptonote --quiet
mkdir "$build_folder"
cd "$build_folder"
Start-Process cmake -ArgumentList "-DBOOST_ROOT=""$env:BOOST_ROOT_1_69_0"" -G ""Visual Studio 16 2019"" -A x64",".." -NoNewWindow -Wait
Expand Down

0 comments on commit 4b58469

Please sign in to comment.