Skip to content

Commit

Permalink
Install sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcepl committed May 17, 2024
1 parent 5da3bcb commit fd192a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
needs: check_source
if: needs.check_source.outputs.run_tests == 'true'
steps:
- run: zypper -n in git
- run: zypper -n in git sudo
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
OPENSSL_DIR: ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}
LD_LIBRARY_PATH: ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}/lib
steps:
- run: zypper -n in git
- run: zypper -n in git sudo
- uses: actions/checkout@v4
- name: Runner image version
run: echo "IMAGE_VERSION=${ImageVersion}" >> $GITHUB_ENV
Expand Down

0 comments on commit fd192a3

Please sign in to comment.