Fixes to allow FV3_HRRR_c3 to run with gnu debug plus PR #113, #106, and #103 #335
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Basic checks for CCPP physics schemes | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: macos-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Init submodules | |
run: git submodule update --init --recursive | |
#- name: Update packages | |
# run: | | |
# /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
# #brew install autoconf automake coreutils gcc@9 libtool mpich gnu-sed wget | |
# brew install automake coreutils mpich gnu-sed | |
- name: Check for ASCII encoding | |
run: ./tools/check_encoding.py |