Skip to content

Commit f413880

Browse files
Merge pull request #12960 from rabbitmq/actions-setup-dotnet
Remove actions/setup-dotnet
2 parents 5981ecf + 6916f1c commit f413880

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

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

-6
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,6 @@ jobs:
7676
7777
echo "SECONDARY_DIST=${GITHUB_WORKSPACE}/rabbitmq_server-$archive_version" >> $GITHUB_ENV
7878
79-
- name: SETUP DOTNET (rabbit)
80-
uses: actions/setup-dotnet@v4
81-
if: inputs.plugin == 'rabbit'
82-
with:
83-
dotnet-version: '8.0'
84-
8579
- name: SETUP SLAPD (rabbitmq_auth_backend_ldap)
8680
if: inputs.plugin == 'rabbitmq_auth_backend_ldap'
8781
run: |

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

-4
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: |

.github/workflows/test-plugin.yaml

-4
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)