Skip to content

Commit

Permalink
Updated ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandKoenig committed Dec 1, 2023
1 parent 62f13ed commit f3854fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit f3854fd

Please sign in to comment.