fix(ci): GitHub actions makes me sad
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
dffaaa26a8
commit
cd3596b6e7
1 changed files with 1 additions and 3 deletions
4
.github/workflows/benchmark.yaml
vendored
4
.github/workflows/benchmark.yaml
vendored
|
@ -17,9 +17,7 @@ jobs:
|
|||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: |
|
||||
4.8
|
||||
7.0.x
|
||||
dotnet-version: 7.0.x
|
||||
- name: Restore Cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue