Skip to content

Commit

Permalink
Seems cfitsio 4.5.0 removed the shared target in the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gsleap committed Oct 23, 2024
1 parent ccc27a4 commit 3f6cd9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_cfitsio_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
sudo ldconfig
elif [[ "$OSTYPE" == "darwin"* ]]; then
sudo make shared
sudo make
sudo make install
fi
Expand Down

0 comments on commit 3f6cd9f

Please sign in to comment.