Skip to content

Commit

Permalink
Install unzip package in Spack CI
Browse files Browse the repository at this point in the history
  • Loading branch information
garth-wells committed May 16, 2024
1 parent c478f9b commit f12c4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f12c4b8

Please sign in to comment.