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 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 : |
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments