File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 26
26
env :
27
27
SUCCESS_PATH : /home/runner/test-result-cache/(@= name @)/${{ matrix.metadata_store }}/${{ matrix.otp_version }}
28
28
steps :
29
+ # @ if name == "rabbit":
30
+ - name : INSTALL DOTNET
31
+ run : |
32
+ sudo apt-get update && \
33
+ sudo apt-get install -y dotnet-sdk-6.0
34
+ # @ end
29
35
- name : RESTORE BUILT REPO
30
36
uses : actions/cache@v4
31
37
with :
Original file line number Diff line number Diff line change @@ -1037,6 +1037,10 @@ jobs:
1037
1037
env :
1038
1038
SUCCESS_PATH : /home/runner/test-result-cache/rabbit/${{ matrix.metadata_store }}/${{ matrix.otp_version }}
1039
1039
steps :
1040
+ - name : INSTALL DOTNET
1041
+ run : |
1042
+ sudo apt-get update && \
1043
+ sudo apt-get install -y dotnet-sdk-6.0
1040
1044
- name : RESTORE BUILT REPO
1041
1045
uses : actions/cache@v4
1042
1046
with :
You can’t perform that action at this time.
0 commit comments