Skip to content

Commit d7f76c1

Browse files
committed
Install sudo
1 parent cbfe991 commit d7f76c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
needs: check_source
116116
if: needs.check_source.outputs.run_tests == 'true'
117117
steps:
118-
- run: zypper -n in git
118+
- run: zypper -n in git sudo
119119
- uses: actions/checkout@v4
120120
- uses: actions/setup-python@v5
121121
with:
@@ -205,7 +205,7 @@ jobs:
205205
OPENSSL_DIR: ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}
206206
LD_LIBRARY_PATH: ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}/lib
207207
steps:
208-
- run: zypper -n in git
208+
- run: zypper -n in git sudo
209209
- uses: actions/checkout@v4
210210
- name: Runner image version
211211
run: echo "IMAGE_VERSION=${ImageVersion}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)