Skip to content

Commit

Permalink
Add install of jpeg-turbo to macos workflows (#684)
Browse files Browse the repository at this point in the history
Fixes recent workflow failures.

Fixes #683.
  • Loading branch information
GeorgeGayno-NOAA authored Aug 18, 2022
1 parent 2a07b2c commit 32137cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux-mac-nceplibs-mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
sudo apt-get install libpng-dev
sudo apt-get install libjpeg-dev
elif [[ ${{ matrix.os }} == "macos-latest" ]]; then
brew update
brew update
brew install wget
brew install jpeg-turbo
if [[ ${{ matrix.compiler }} == "gcc-9" ]]; then
sudo ln -sf /usr/local/bin/gfortran-9 /usr/local/bin/gfortran
elif [[ ${{ matrix.compiler }} == "gcc-10" ]]; then
Expand Down

0 comments on commit 32137cc

Please sign in to comment.