Skip to content

Commit fb8b272

Browse files
authored
Install unzip package in Spack CI (#3220)
1 parent a186d6b commit fb8b272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install Spack requirements
5555
run: |
5656
apt-get -y update
57-
apt-get install -y bzip2 curl file git gzip make patch python3-minimal tar xz-utils
57+
apt-get install -y bzip2 curl file git gzip make patch python3-minimal tar unzip xz-utils
5858
apt-get install -y g++ gfortran # compilers
5959
6060
- name: Build DOLFINx (C++) development version via Spack

0 commit comments

Comments
 (0)