File tree 3 files changed +0
-14
lines changed
3 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 76
76
77
77
echo "SECONDARY_DIST=${GITHUB_WORKSPACE}/rabbitmq_server-$archive_version" >> $GITHUB_ENV
78
78
79
- - name : SETUP DOTNET (rabbit)
80
- uses : actions/setup-dotnet@v4
81
- if : inputs.plugin == 'rabbit'
82
- with :
83
- dotnet-version : ' 8.0'
84
-
85
79
- name : SETUP SLAPD (rabbitmq_auth_backend_ldap)
86
80
if : inputs.plugin == 'rabbitmq_auth_backend_ldap'
87
81
run : |
Original file line number Diff line number Diff line change 72
72
bazelisk info release
73
73
# ! - name: Setup tmate session
74
74
# ! uses: mxschmitt/action-tmate@v3
75
- - uses : actions/setup-dotnet@v4
76
- if : inputs.plugin == 'rabbit'
77
- with :
78
- dotnet-version : ' 8.0'
79
75
- name : deps/amqp10_client SETUP
80
76
if : inputs.plugin == 'amqp10_client'
81
77
run : |
Original file line number Diff line number Diff line change 72
72
bazelisk info release
73
73
# ! - name: Setup tmate session
74
74
# ! uses: mxschmitt/action-tmate@v3
75
- - uses : actions/setup-dotnet@v4
76
- if : inputs.plugin == 'rabbit'
77
- with :
78
- dotnet-version : ' 8.0'
79
75
- name : deps/amqp10_client SETUP
80
76
if : inputs.plugin == 'amqp10_client'
81
77
run : |
You can’t perform that action at this time.
0 commit comments