Skip to content

Commit

Permalink
Merge branch 'feature/mudblazor-8' into dev
Browse files Browse the repository at this point in the history
danheron committed Dec 5, 2024
2 parents 0a30928 + e04fa44 commit 5fbd1a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-mudcalendar.yml
Original file line number Diff line number Diff line change
@@ -19,12 +19,12 @@ jobs:

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

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

- name: Restore
run: dotnet restore Heron.MudCalendarWithDocs.sln

0 comments on commit 5fbd1a9

Please sign in to comment.