Skip to content

Commit

Permalink
fix ci: use gcc 9 on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jat001 authored and sorayuki committed Mar 17, 2021
1 parent ad1dd84 commit 8b4ea4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -25,7 +25,7 @@ for:
- ci/install_ubuntu.sh

build_script:
- QTDIR=$HOME/Qt/5.15.2/gcc_64 ./build_linux.sh
- CC=gcc-9 CXX=g++-9 QTDIR=$HOME/Qt/5.15.2/gcc_64 ./build_linux.sh

artifacts:
- path: "*.tar.xz"

0 comments on commit 8b4ea4c

Please sign in to comment.