line 329 calculateenergy.cpp box dimensions do not need to be unique … #1675
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 |