Skip to content

Commit

Permalink
Remove dotnet install. (#4378)
Browse files Browse the repository at this point in the history
Assume dotnet exists and is on path in all VMs. This is because setup-dotnet does not work.
  • Loading branch information
kaby76 authored Jan 12, 2025
1 parent 4a95d4d commit 5bb56f3
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Dotnet
uses: actions/[email protected]
with:
dotnet-version: '8.0.x'
- name: Test Dotnet
run: |
dotnet --version
dotnet --info
dotnet --list-runtimes
dotnet --list-sdks
- name: Install Trash
shell: bash
run: |
Expand Down Expand Up @@ -70,10 +72,6 @@ jobs:
run: |
echo ${{ steps.setup-php.outputs.php-version }}
php --version
- name: Install Dotnet
uses: actions/[email protected]
with:
dotnet-version: '8.0.x'
- name: Test Dotnet
run: |
dotnet --version
Expand Down Expand Up @@ -188,10 +186,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Dotnet
uses: actions/[email protected]
with:
dotnet-version: '8.0.x'
- name: Test Dotnet
run: |
dotnet --version
Expand Down

0 comments on commit 5bb56f3

Please sign in to comment.