Skip to content

Commit

Permalink
Merge pull request #12960 from rabbitmq/actions-setup-dotnet
Browse files Browse the repository at this point in the history
Remove actions/setup-dotnet
  • Loading branch information
michaelklishin authored Dec 16, 2024
2 parents 5981ecf + 6916f1c commit f413880
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test-make-target.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ jobs:
echo "SECONDARY_DIST=${GITHUB_WORKSPACE}/rabbitmq_server-$archive_version" >> $GITHUB_ENV
- name: SETUP DOTNET (rabbit)
uses: actions/setup-dotnet@v4
if: inputs.plugin == 'rabbit'
with:
dotnet-version: '8.0'

- name: SETUP SLAPD (rabbitmq_auth_backend_ldap)
if: inputs.plugin == 'rabbitmq_auth_backend_ldap'
run: |
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test-plugin-mixed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ jobs:
bazelisk info release
#! - name: Setup tmate session
#! uses: mxschmitt/action-tmate@v3
- uses: actions/setup-dotnet@v4
if: inputs.plugin == 'rabbit'
with:
dotnet-version: '8.0'
- name: deps/amqp10_client SETUP
if: inputs.plugin == 'amqp10_client'
run: |
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ jobs:
bazelisk info release
#! - name: Setup tmate session
#! uses: mxschmitt/action-tmate@v3
- uses: actions/setup-dotnet@v4
if: inputs.plugin == 'rabbit'
with:
dotnet-version: '8.0'
- name: deps/amqp10_client SETUP
if: inputs.plugin == 'amqp10_client'
run: |
Expand Down

0 comments on commit f413880

Please sign in to comment.