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 2727 run_cifuzz : ${{ steps.check.outputs.run_cifuzz }}
2828 config_hash : ${{ steps.config_hash.outputs.hash }}
2929 steps :
30+ - run : zypper -n in git
3031 - uses : actions/checkout@v4
3132 - name : Check for source changes
3233 id : check
@@ -114,6 +115,7 @@ jobs:
114115 needs : check_source
115116 if : needs.check_source.outputs.run_tests == 'true'
116117 steps :
118+ - run : zypper -n in git
117119 - uses : actions/checkout@v4
118120 - uses : actions/setup-python@v5
119121 with :
@@ -203,6 +205,7 @@ jobs:
203205 OPENSSL_DIR : ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}
204206 LD_LIBRARY_PATH : ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}/lib
205207 steps :
208+ - run : zypper -n in git
206209 - uses : actions/checkout@v4
207210 - name : Runner image version
208211 run : echo "IMAGE_VERSION=${ImageVersion}" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments