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 b3c9f58 commit 3b51ed3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
7.0.401
6.0.417
7.0.404
8.0.100
- name: Restore dependencies
run: dotnet restore
Expand All @@ -32,7 +33,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
7.0.401
6.0.417
7.0.404
8.0.100
- name: Restore dependencies
run: dotnet restore
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
7.0.401
6.0.417
7.0.404
8.0.100
- name: Restore dependencies
run: dotnet restore
Expand Down

0 comments on commit 3b51ed3

Please sign in to comment.