Sfoglia il codice sorgente

Conan CI build updated to gcc-10.

main
offa 3 anni fa
parent
commit
bb2d74784d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      .github/workflows/ci.yml

+ 1
- 1
.github/workflows/ci.yml Vedi File

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

Loading…
Annulla
Salva