Skip to content

Commit

Permalink
Merge pull request #1771 from kazasaku/feature/update_mingw_toolchain
Browse files Browse the repository at this point in the history
MinGWビルドで使用するビルドツールを更新する
  • Loading branch information
Kohki Akikaze authored Jan 20, 2022
2 parents 68c4dc8 + 9a32101 commit 249b289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/azure-pipelines/template.steps.install-mingw-w64-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# なし
#############################################################################################################
steps:
- script: echo nothing to do.
displayName: nothing to do
- script: C:\msys64\usr\bin\bash --login -c "pacman -S --noconfirm mingw-w64-x86_64-toolchain"
displayName: Install MinGW-w64 build tools via Pacman

0 comments on commit 249b289

Please sign in to comment.