Skip to content

Commit

Permalink
Also exclude curl from build.
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronrutherford committed Sep 6, 2024
1 parent 3bcd263 commit 6f8c201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spack_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
run: spack -e . buildcache keys --install --trust

- name: Find external packages
run: spack -e . external find --all --exclude python
run: spack -e . external find --all --exclude python --exclude curl

- name: Spack develop HiOp
run: spack -e . develop --path=$(pwd) hiop@develop
Expand Down

0 comments on commit 6f8c201

Please sign in to comment.