Skip to content

Commit 9690e46

Browse files
ansdmergify[bot]
authored andcommitted
Remove actions/setup-dotnet
According to #12955 (review) and https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md#net-tools dotnet 8.0 is already installed on Ubuntu 24.04. (cherry picked from commit 6916f1c)
1 parent 4734f49 commit 9690e46

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

.github/workflows/test-make-target.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,6 @@ jobs:
7070
7171
echo "SECONDARY_DIST=${GITHUB_WORKSPACE}/rabbitmq_server-`echo -n ${{ steps.fetch_secondary_dist.outputs.version }} | sed s/v//`" >> $GITHUB_ENV
7272
73-
- name: SETUP DOTNET (rabbit)
74-
uses: actions/setup-dotnet@v4
75-
if: inputs.plugin == 'rabbit'
76-
with:
77-
dotnet-version: '8.0'
78-
7973
- name: SETUP SLAPD (rabbitmq_auth_backend_ldap)
8074
if: inputs.plugin == 'rabbitmq_auth_backend_ldap'
8175
run: |

.github/workflows/test-plugin-mixed.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ jobs:
7575
bazelisk info release
7676
#! - name: Setup tmate session
7777
#! uses: mxschmitt/action-tmate@v3
78-
- uses: actions/setup-dotnet@v4
79-
if: inputs.plugin == 'rabbit'
80-
with:
81-
dotnet-version: '8.0'
8278
- name: deps/amqp10_client SETUP
8379
if: inputs.plugin == 'amqp10_client'
8480
run: |

.github/workflows/test-plugin.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ jobs:
7272
bazelisk info release
7373
#! - name: Setup tmate session
7474
#! uses: mxschmitt/action-tmate@v3
75-
- uses: actions/setup-dotnet@v4
76-
if: inputs.plugin == 'rabbit'
77-
with:
78-
dotnet-version: '8.0'
7975
- name: deps/amqp10_client SETUP
8076
if: inputs.plugin == 'amqp10_client'
8177
run: |

0 commit comments

Comments
 (0)