File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 27
27
run_cifuzz : ${{ steps.check.outputs.run_cifuzz }}
28
28
config_hash : ${{ steps.config_hash.outputs.hash }}
29
29
steps :
30
+ - run : zypper -n in git
30
31
- uses : actions/checkout@v4
31
32
- name : Check for source changes
32
33
id : check
@@ -114,6 +115,7 @@ jobs:
114
115
needs : check_source
115
116
if : needs.check_source.outputs.run_tests == 'true'
116
117
steps :
118
+ - run : zypper -n in git
117
119
- uses : actions/checkout@v4
118
120
- uses : actions/setup-python@v5
119
121
with :
@@ -203,6 +205,7 @@ jobs:
203
205
OPENSSL_DIR : ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}
204
206
LD_LIBRARY_PATH : ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}/lib
205
207
steps :
208
+ - run : zypper -n in git
206
209
- uses : actions/checkout@v4
207
210
- name : Runner image version
208
211
run : echo "IMAGE_VERSION=${ImageVersion}" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments