Skip to content

Commit

Permalink
Merge branch 'feature/mudblazor-8' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
danheron committed Dec 5, 2024
2 parents 0c84140 + 09c4c9b commit 0025087
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-test-mudcalendar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,14 @@ jobs:
uses: actions/checkout@v4

- name: Setup dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet-version }}

- name: Create temporary global.json
run: |
echo '{"sdk":{"version": "${{ steps.stepid.outputs.dotnet-version }}"}}' > ./global.json
- name: Restore
run: dotnet restore Heron.MudCalendarWithDocs.sln

Expand Down

0 comments on commit 0025087

Please sign in to comment.