Skip to content

Commit

Permalink
build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Peck committed Nov 17, 2024
1 parent 7b53e0c commit fcb8145
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/benchpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
dotnet-version: |
6.0.x
8.0.x
9.0.x
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down Expand Up @@ -60,6 +61,7 @@ jobs:
dotnet-version: |
6.0.x
8.0.x
9.0.x
- name: Install dependencies
run: dotnet restore
- name: Build
Expand All @@ -84,6 +86,7 @@ jobs:
dotnet-version: |
6.0.x
8.0.x
9.0.x
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
3.1.x
6.0.x
8.0.x
9.0.x
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down Expand Up @@ -98,6 +99,7 @@ jobs:
dotnet-version: |
6.0.x
8.0.x
9.0.x
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down Expand Up @@ -139,6 +141,7 @@ jobs:
dotnet-version: |
6.0.x
8.0.x
9.0.x
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit fcb8145

Please sign in to comment.