Skip to content

Commit dfe69c6

Browse files
committed
tidying MacOS workflow
1 parent 1422ec6 commit dfe69c6

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/ci-build_and_test.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -53,24 +53,9 @@ jobs:
5353
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/runner/.bash_profile
5454
eval "$(/opt/homebrew/bin/brew shellenv)"
5555
brew install git
56-
brew install cmake
57-
brew install gcc
58-
brew install libtiff
5956
brew install jbigkit
6057
brew install python@3.10
6158
brew install fftw
62-
#curl -o fftw-3.3.8.tar.gz http://ftp.fftw.org/pub/fftw/fftw-3.3.8.tar.gz
63-
#tar zxvf fftw-3.3.8.tar.gz
64-
#cd fftw-3.8.8
65-
#./bootstrap.sh –prefix=/usr/local
66-
#make -j
67-
#sudo make install
68-
#make distclean
69-
#./bootstrap.sh –prefix=/usr/local –enable-single
70-
#make -j
71-
#sudo make install
72-
#make distclean
73-
#cd ..
7459
7560
- name: Build SIMPLE in debug mode (Linux/MacOS)
7661
run: |

0 commit comments

Comments
 (0)