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 58be769 commit 497809a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/actions2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ jobs:
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '3.1.x'
# - name: Display
# run: ls /usr/share/dotnet/sdk/
# - name: Remove faulty SDK version
# run: sudo rm -rf /usr/share/dotnet/sdk/7*
dotnet-version: '7.0.103'
- name: Display
run: ls /usr/share/dotnet/sdk/
- name: Remove faulty SDK version
run: sudo rm -rf /usr/share/dotnet/sdk/7*
- name: Display
run: ls /usr/share/dotnet/sdk/
- name: Get installed dotnet version
run: dotnet --version

0 comments on commit 497809a

Please sign in to comment.