Skip to content

Commit

Permalink
Changed dotnet installation order
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmorato committed Nov 17, 2023
1 parent 8fe5227 commit edf2c9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
with:
fetch-depth: 0

- name: Setup dotnet 6.0
- name: Setup dotnet 8.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
dotnet-version: '8.0.x'

- name: Setup dotnet 8.0
- name: Setup dotnet 6.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
dotnet-version: '6.0.x'

# - name: Setup dotnet 6.0
# shell: pwsh
Expand Down

0 comments on commit edf2c9f

Please sign in to comment.