Skip to content

Commit

Permalink
Install ef tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippluca committed Jan 9, 2025
1 parent 5d7845f commit 0da98bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
with:
dotnet-version: "8.0"

- name: Install dotnet-ef
run: dotnet tool install --global dotnet-ef

- name: Install dependencies
run: dotnet restore Geopilot.sln

Expand Down

0 comments on commit 0da98bb

Please sign in to comment.