Skip to content

Commit

Permalink
update pkg-config to pkgconf
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebe-p committed Nov 21, 2024
1 parent 680eaf4 commit 85c5a47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_unit_and_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install system dependencies in MacOS (ARM)
if: matrix.os == 'macos-latest'
run: |
brew reinstall gfortran openblas pkg-config
brew reinstall gfortran openblas pkgconf
brew install ngspice boost suite-sparse
- name: Install system dependencies in MacOS (Intel)
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Install system dependencies in MacOS (ARM)
if: matrix.os == 'macos-latest'
run: |
brew reinstall gfortran openblas pkg-config
brew reinstall gfortran openblas pkgconf
brew install ngspice boost suite-sparse
- name: Install Python dependecies
Expand Down

0 comments on commit 85c5a47

Please sign in to comment.