Ver código fonte

Conan CI build updated to gcc-10.

main
offa 3 anos atrás
pai
commit
bb2d74784d
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      .github/workflows/ci.yml

+ 1
- 1
.github/workflows/ci.yml Ver arquivo

@@ -32,6 +32,6 @@ jobs:
- uses: actions/checkout@master
- name: Build
run: |
export CONAN_GCC_VERSIONS=9
export CONAN_GCC_VERSIONS=10
export CONAN_DOCKER_IMAGE=conanio/gcc${CONAN_GCC_VERSIONS}
script/conan_build.sh

Carregando…
Cancelar
Salvar