File tree Expand file tree Collapse file tree 3 files changed +0
-14
lines changed Expand file tree Collapse file tree 3 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 70
70
71
71
echo "SECONDARY_DIST=${GITHUB_WORKSPACE}/rabbitmq_server-`echo -n ${{ steps.fetch_secondary_dist.outputs.version }} | sed s/v//`" >> $GITHUB_ENV
72
72
73
- - name : SETUP DOTNET (rabbit)
74
- uses : actions/setup-dotnet@v4
75
- if : inputs.plugin == 'rabbit'
76
- with :
77
- dotnet-version : ' 8.0'
78
-
79
73
- name : SETUP SLAPD (rabbitmq_auth_backend_ldap)
80
74
if : inputs.plugin == 'rabbitmq_auth_backend_ldap'
81
75
run : |
Original file line number Diff line number Diff line change 75
75
bazelisk info release
76
76
# ! - name: Setup tmate session
77
77
# ! uses: mxschmitt/action-tmate@v3
78
- - uses : actions/setup-dotnet@v4
79
- if : inputs.plugin == 'rabbit'
80
- with :
81
- dotnet-version : ' 8.0'
82
78
- name : deps/amqp10_client SETUP
83
79
if : inputs.plugin == 'amqp10_client'
84
80
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