Skip to content

Commit

Permalink
Update actions2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sbansla authored Feb 23, 2024
1 parent f4722ee commit 3c9fd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Display
run: ls /usr/share/dotnet/sdk/
- name: Remove faulty SDK version
run: sudo rm -rf /usr/share/dotnet/sdk/7* /usr/share/dotnet/sdk/8*
run: sudo rm -rf /usr/share/dotnet/sdk/{7*,8*}
- name: Display
run: ls /usr/share/dotnet/sdk/
- name: Get installed dotnet version
Expand Down

0 comments on commit 3c9fd8f

Please sign in to comment.