@ -17,7 +17,7 @@ jobs:
- name: configure
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
export CXX=g++-9
export CXX=g++-8
fi
shell: bash
- uses: actions/checkout@v2