Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
suraciii committed Nov 24, 2023
1 parent 292c02a commit b3c9f58
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: "8.0.100"
dotnet-version: |
7.0.401
8.0.100
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand All @@ -29,7 +31,9 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: "8.0.100"
dotnet-version: |
7.0.401
8.0.100
- name: Restore dependencies
run: dotnet restore
- name: Restore tools
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: "8.0.100"
dotnet-version: |
7.0.401
8.0.100
- name: Restore dependencies
run: dotnet restore
- name: Restore tools
Expand Down

0 comments on commit b3c9f58

Please sign in to comment.