Format MEMC3-Liq move code per clang format #1787
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: C/C++ CI | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Install clang-openmp | |
run: sudo apt install -y libomp-14-dev | |
- name: metamake | |
run: ./metamake.sh |