Skip to content

Commit 7f3b438

Browse files
committed
remove the linux build - there are not enough space on the agent
1 parent e4df9db commit 7f3b438

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,6 @@ jobs:
3333
with:
3434
name: nunit-reports
3535
path: rider\build\nunit\reports
36-
linux:
37-
needs: gradleValidation
38-
runs-on: ubuntu-latest
39-
steps:
40-
- name: Fetch Sources
41-
uses: actions/checkout@v2
42-
- name: Setup .NET CLI
43-
uses: actions/setup-dotnet@v1
44-
with:
45-
dotnet-version: '8.0.x'
46-
- name: Build
47-
shell: bash
48-
run: ./build.sh --info --stacktrace
4936
macos:
5037
needs: gradleValidation
5138
runs-on: macos-latest

0 commit comments

Comments
 (0)