File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change 51
51
52
52
steps :
53
53
- uses : actions/checkout@v4
54
+ - name : Install OpenSSL
55
+ run : |
56
+ sudo apt-get update
57
+ sudo apt-get install -y libssl3
54
58
- id : beam
55
59
env :
56
- ImageOS : ubuntu20
60
+ ImageOS : ubuntu22
57
61
58
62
with :
59
63
otp-version : ${{ env.OTP_VERSION }}
80
84
81
85
steps :
82
86
- uses : actions/checkout@v4
87
+ - name : Install OpenSSL
88
+ run : |
89
+ sudo apt-get update
90
+ sudo apt-get install -y libssl3
83
91
- id : beam
84
92
env :
85
- ImageOS : ubuntu20
93
+ ImageOS : ubuntu22
86
94
87
95
with :
88
96
otp-version : ${{ env.OTP_VERSION }}
@@ -109,9 +117,13 @@ jobs:
109
117
110
118
steps :
111
119
- uses : actions/checkout@v4
120
+ - name : Install OpenSSL
121
+ run : |
122
+ sudo apt-get update
123
+ sudo apt-get install -y libssl3
112
124
- id : beam
113
125
env :
114
- ImageOS : ubuntu20
126
+ ImageOS : ubuntu22
115
127
116
128
with :
117
129
otp-version : ${{ env.OTP_VERSION }}
@@ -138,9 +150,13 @@ jobs:
138
150
139
151
steps :
140
152
- uses : actions/checkout@v4
153
+ - name : Install OpenSSL
154
+ run : |
155
+ sudo apt-get update
156
+ sudo apt-get install -y libssl3
141
157
- id : beam
142
158
env :
143
- ImageOS : ubuntu20
159
+ ImageOS : ubuntu22
144
160
145
161
with :
146
162
otp-version : ${{ env.OTP_VERSION }}
You can’t perform that action at this time.
0 commit comments