Skip to content

Commit

Permalink
Use EF CLI version 2.2.6 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Putta Khunchalee committed Dec 9, 2019
1 parent c57ef00 commit 55c3479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
dotnet-version: '2.2.108'
- name: Install EF CLI
shell: cmd
run: dotnet.exe tool install --global dotnet-ef --version 3.0.1
run: dotnet.exe tool install --global dotnet-ef --version 2.2.6
- name: Cache NuGet Packages
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 55c3479

Please sign in to comment.