Skip to content

Commit

Permalink
Trying to fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-ciechan committed Oct 3, 2024
1 parent 79c7cdb commit 17b3a2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dotnet-publish-to-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
dotnet-quality: 'preview'
- name: Set up dependency caching for faster builds
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.0",
"version": "8.0.8",
"rollForward": "latestMajor",
"allowPrerelease": true
}
Expand Down

0 comments on commit 17b3a2f

Please sign in to comment.