OpenSUSE: try to apply workaround to avoid CI error (#27275)
This commit is contained in:
parent
1fc753af66
commit
62f0c70a8c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/bootstrap.yml
vendored
3
.github/workflows/bootstrap.yml
vendored
|
@ -82,7 +82,8 @@ jobs:
|
|||
steps:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
zypper update -y
|
||||
# Harden CI by applying the workaround described here: https://www.suse.com/support/kb/doc/?id=000019505
|
||||
zypper update -y || zypper update -y
|
||||
zypper install -y \
|
||||
bzip2 curl file gcc-c++ gcc gcc-fortran tar git gpg2 gzip \
|
||||
make patch unzip which xz python3 python3-devel tree \
|
||||
|
|
Loading…
Reference in a new issue