Skip to content

Commit c66a9a2

Browse files
authored
GH-48303: [CI] Remove needless setup-dotnet from .github/workflows/dev.yml (#48304)
### Rationale for this change It's no longer needed because we split `csharp/` to apache/arrow-dotnet. ### What changes are included in this PR? Remove `setup-dotnet`. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #48303 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
1 parent 02ade2c commit c66a9a2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/dev.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,6 @@ jobs:
9999
uses: ruby/setup-ruby@v1
100100
with:
101101
ruby-version: ruby
102-
- name: Install .NET
103-
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
104-
with:
105-
dotnet-version: '8.0.x'
106102
- name: Install Dependencies
107103
shell: bash
108104
run: |

0 commit comments

Comments
 (0)