Skip to content

Commit

Permalink
revert net8 sdk install on workflows that do not depend on it
Browse files Browse the repository at this point in the history
  • Loading branch information
luithefirst committed Sep 10, 2024
1 parent e35bbe5 commit c388e87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/fable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ jobs:
- name: Install Dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
6.0.100
8.0.400
dotnet-version: '6.0.100'
- name: Restore Tools
run: dotnet tool restore
- name: Paket Restore
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
- name: Install Dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
6.0.100
8.0.400
dotnet-version: '6.0.100'
- name: Restore Tools
run: dotnet tool restore
- name: Paket Restore
Expand Down

0 comments on commit c388e87

Please sign in to comment.