Skip to content

Commit

Permalink
Add paket to GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewIOM committed Dec 4, 2023
1 parent c526918 commit f324a0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.100'
- name: Restore .NET tools
run: dotnet tool restore
- name: Restore dependencies
run: dotnet restore gpp.sln
- name: Build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.100'
- name: Restore .NET tools
run: dotnet tool restore
- name: Restore dependencies
run: dotnet restore gpp.sln
- name: Build
Expand Down

0 comments on commit f324a0a

Please sign in to comment.