Skip to content

Commit

Permalink
Update test-packaging.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xtray85 authored Nov 22, 2023
1 parent 3ff990e commit e0d4e3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:
with:
dotnet-version: 6.0.x

- name: Remove Dotnet 8
run: sudo apt remove --purge dotnet-sdk-8.0

- name: Test Dotnet
run: dotnet --info

Expand Down

0 comments on commit e0d4e3b

Please sign in to comment.