Skip to content

Commit

Permalink
Fix typos in posix-deps-apt.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcepl committed Jun 27, 2024
1 parent b87ef64 commit ae3c167
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 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 sudo
- run: zypper -n in git sudo bash
- 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 sudo
- run: zypper -n in git sudo make
- uses: actions/checkout@v4
- name: Runner image version
run: echo "IMAGE_VERSION=${ImageVersion}" >> $GITHUB_ENV
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/posix-deps-apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ zypper -nq install \
ccache \
gdb \
lcov \
libb2-devel \
gdbm-devel \
libbz2-devel \
libb2-devel \
libffi-devel \
gdbm-devel \
xz-devel \
liblzma5 \
libopenssl-1_1-devel \
libopenssl-3-devel \
mpdecimal-devel \
ncurses5-devel \
eadline6-devel \
readline6-devel \
sqlite3-devel \
libopenssl-1_1-devel \
liblzma5 \
strace \
tk-devel \
uuid-devel \
xvfb \
xvfb-run \
xz-devel \
zlib-devel
# libgdbm-compat-devel \
1 change: 1 addition & 0 deletions .github/workflows/reusable-opensuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
PYTHONSTRICTEXTENSIONBUILD: 1
TERM: linux
steps:
- run: zypper -n in git
- uses: actions/checkout@v4
- name: Register gcc problem matcher
run: echo "::add-matcher::.github/problem-matchers/gcc.json"
Expand Down

0 comments on commit ae3c167

Please sign in to comment.