Update build.yml

self-hosting
Mohammed Alyousef 4 years ago committed by GitHub
parent cf86373c43
commit bb1c4abbb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save