Skip to content

Commit ec9670a

Browse files
committed
Add zypper in -n git to get basic stuff
1 parent 888c669 commit ec9670a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
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

0 commit comments

Comments
 (0)