Explorar el Código

Conan CI build updated to gcc-10.

main
offa hace 3 años
padre
commit
bb2d74784d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      .github/workflows/ci.yml

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

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

Cargando…
Cancelar
Guardar