Skip to content

Commit 5b0ab76

Browse files
committed
Disable Linux for now
1 parent 349762b commit 5b0ab76

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@ env:
77
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
88

99
jobs:
10-
linux:
11-
runs-on: ubuntu-latest
12-
timeout-minutes: 10
13-
14-
steps:
15-
- uses: actions/checkout@v4
16-
17-
- name: Setup dotnet
18-
uses: actions/setup-dotnet@v4
19-
with:
20-
dotnet-version: |
21-
6.0.x
22-
8.0.x
23-
10.0.x
24-
25-
- name: Build
26-
run: ./build.sh
10+
# linux:
11+
# runs-on: ubuntu-latest
12+
# timeout-minutes: 10
13+
14+
# steps:
15+
# - uses: actions/checkout@v4
16+
17+
# - name: Setup dotnet
18+
# uses: actions/setup-dotnet@v4
19+
# with:
20+
# dotnet-version: |
21+
# 6.0.x
22+
# 8.0.x
23+
# 10.0.x
24+
25+
# - name: Build
26+
# run: ./build.sh
2727

2828
windows:
2929
runs-on: windows-latest

0 commit comments

Comments
 (0)