diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2021-11-08 12:56:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-08 11:56:19 +0000 |
commit | 62f0c70a8c0b400d21a95c6ca9875725ff70feb3 (patch) | |
tree | 5fdb9903cdafcdba59918d453a5ab80b01954f75 /.github | |
parent | 1fc753af66de73ce86630ad5ce27218853ab6d91 (diff) | |
download | spack-62f0c70a8c0b400d21a95c6ca9875725ff70feb3.tar.gz spack-62f0c70a8c0b400d21a95c6ca9875725ff70feb3.tar.bz2 spack-62f0c70a8c0b400d21a95c6ca9875725ff70feb3.tar.xz spack-62f0c70a8c0b400d21a95c6ca9875725ff70feb3.zip |
OpenSUSE: try to apply workaround to avoid CI error (#27275)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/bootstrap.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index 5b3e237b0c..991f02d431 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -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 \ |