From fb8b2725a89360f462a1b36e8cd6b36a652104ba Mon Sep 17 00:00:00 2001 From: "Garth N. Wells" Date: Fri, 17 May 2024 16:22:09 +0100 Subject: [PATCH] Install unzip package in Spack CI (#3220) --- .github/workflows/spack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spack.yml b/.github/workflows/spack.yml index 6a9ee647b18..0b17aac309f 100644 --- a/.github/workflows/spack.yml +++ b/.github/workflows/spack.yml @@ -54,7 +54,7 @@ jobs: - name: Install Spack requirements run: | apt-get -y update - apt-get install -y bzip2 curl file git gzip make patch python3-minimal tar xz-utils + apt-get install -y bzip2 curl file git gzip make patch python3-minimal tar unzip xz-utils apt-get install -y g++ gfortran # compilers - name: Build DOLFINx (C++) development version via Spack