Update main.yml

This commit is contained in:
greg
2021-11-07 11:13:41 -05:00
parent 9c2e242443
commit 5d0158b0e0
+1 -1
View File
@@ -18,6 +18,6 @@ jobs:
uses: actions/checkout@v2.0.0
- name: Build and test
env:
CC: ${{ matrix.compiler }}
CXX: ${{ matrix.compiler }}
run: |
mkdir build && cd build && cmake -DPHMAP_BUILD_TESTS=ON -DPHMAP_BUILD_EXAMPLES=ON -DCMAKE_CXX_COMPILER=${COMPILER} -DCXXFLAGS="${CXX_FLAGS}" .. && cmake --build . && make test