From 7f3b438b3b32751123d3f201138b847084d426b9 Mon Sep 17 00:00:00 2001 From: Ivan Shakhov Date: Thu, 4 Dec 2025 15:16:55 +0100 Subject: [PATCH] remove the linux build - there are not enough space on the agent --- .github/workflows/ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8283fb869..638113cc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,19 +33,6 @@ jobs: with: name: nunit-reports path: rider\build\nunit\reports - linux: - needs: gradleValidation - runs-on: ubuntu-latest - steps: - - name: Fetch Sources - uses: actions/checkout@v2 - - name: Setup .NET CLI - uses: actions/setup-dotnet@v1 - with: - dotnet-version: '8.0.x' - - name: Build - shell: bash - run: ./build.sh --info --stacktrace macos: needs: gradleValidation runs-on: macos-latest