Skip to content

Commit

Permalink
Update on_push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jibedoubleve committed Jan 20, 2025
1 parent 4f026a0 commit 7116778
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,15 @@ jobs:
steps:
- name: Get the sources
uses: actions/checkout@v1

- name: Install .NET SDK
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'

- name: Restore dotnet tools
run: dotnet tool restore

- name: Run the Cake script
uses: cake-build/cake-action@v1
env:
Expand Down

0 comments on commit 7116778

Please sign in to comment.