Skip to content

Commit

Permalink
Try Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
stcui007 committed Dec 12, 2023
1 parent 6f52462 commit 831389f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Build_and_Run_Standalone_Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
./configure 5
elif [ ${{ runner.os }} == 'macOS' ]
then
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew uninstall gcc gfortran
brew install gcc@9
./configure 3
#/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
#brew uninstall gcc gfortran
#brew install gcc@9
./configure 5
fi
- name: Build and Run Standalone
Expand Down

0 comments on commit 831389f

Please sign in to comment.