Skip to content

Commit

Permalink
CrdtMerge build needs dotnet 9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunn committed Oct 29, 2024
1 parent 0e6be9b commit 7871c91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lexbox-crdtmerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:


jobs:
publish-api:
publish-crdtmerge:
timeout-minutes: 60
runs-on: ubuntu-latest

Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
submodules: true
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x'
dotnet-version: '9.x'
- name: Dotnet build
run: dotnet build backend/CrdtMerge/CrdtMerge.csproj
# TODO: Write CrdtMerge unit tests, probably based on existing sync tests
Expand Down

0 comments on commit 7871c91

Please sign in to comment.