We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbfe991 commit d7f76c1Copy full SHA for d7f76c1
.github/workflows/build.yml
@@ -115,7 +115,7 @@ jobs:
115
needs: check_source
116
if: needs.check_source.outputs.run_tests == 'true'
117
steps:
118
- - run: zypper -n in git
+ - run: zypper -n in git sudo
119
- uses: actions/checkout@v4
120
- uses: actions/setup-python@v5
121
with:
@@ -205,7 +205,7 @@ jobs:
205
OPENSSL_DIR: ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}
206
LD_LIBRARY_PATH: ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}/lib
207
208
209
210
- name: Runner image version
211
run: echo "IMAGE_VERSION=${ImageVersion}" >> $GITHUB_ENV
0 commit comments