Skip to content

Commit

Permalink
Revert explicit net7 install (open-telemetry#4565)
Browse files Browse the repository at this point in the history
  • Loading branch information
masonyc authored and mfogliatto committed Jun 10, 2023
1 parent 8246a4d commit b709ee5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/apicompatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
with:
fetch-depth: 0 # fetching all

- name: Setup .NET 7.0
uses: actions/[email protected]
with:
dotnet-version: '7.0.x'

- name: Install dependencies
run: dotnet restore

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
with:
fetch-depth: 0 # fetching all

- name: Setup .NET 7.0
uses: actions/[email protected]
with:
dotnet-version: '7.0.x'

- name: Install dependencies
run: dotnet restore

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ jobs:
with:
fetch-depth: 0 # fetching all

- name: Setup .NET 7.0
uses: actions/[email protected]
with:
dotnet-version: '7.0.x'

- name: Install dependencies
run: dotnet restore

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/dotnet-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ jobs:
- name: check out code
uses: actions/checkout@v3

- name: Setup .NET 7.0
uses: actions/[email protected]
with:
dotnet-version: '7.0.x'

- name: Install format tool
run: dotnet tool install -g dotnet-format

Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/publish-packages-1.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ jobs:
fetch-depth: 0 # fetching all
ref: ${{ github.ref || 'main' }}

- name: Setup .NET 7.0
uses: actions/[email protected]
with:
dotnet-version: '7.0.x'

- name: Install dependencies
run: dotnet restore

Expand Down

0 comments on commit b709ee5

Please sign in to comment.