Skip to content

Commit

Permalink
Merge pull request #408 from HicServices/develop
Browse files Browse the repository at this point in the history
Adjust Choco syntax for SQL Server as workaround for reboot issue
  • Loading branch information
jas88 authored Jun 8, 2021
2 parents f9b3509 + ef4abc8 commit d4962e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
dotnet-version: 5.0.x
- name: Install MS SQL 2019
run: Choco-Install -PackageName sql-server-2019 --ignoredetectedreboot
run: Choco-Install -PackageName sql-server-2019 --params="'/IgnorePendingReboot'"
- uses: shogo82148/actions-setup-mysql@v1
with:
mysql-version: '8.0'
Expand Down

0 comments on commit d4962e7

Please sign in to comment.