diff --git a/.github/workflows/webapi.yml b/.github/workflows/webapi.yml index d09354737..cbc12db1f 100644 --- a/.github/workflows/webapi.yml +++ b/.github/workflows/webapi.yml @@ -24,8 +24,6 @@ jobs: - uses: actions/checkout@v4 - name: setup dotnet uses: actions/setup-dotnet@v4 - with: - dotnet-version: 9.x - name: restore dependencies run: dotnet restore ./src/api/server/Server.csproj - name: build