Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SchlenkR authored Jan 12, 2025
1 parent 316156c commit d329418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup .NET 8
- name: Setup .NET 6
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
dotnet-version: 6.x

- name: Build and run tests
run: dotnet fsi build.fsx test

0 comments on commit d329418

Please sign in to comment.