Update .github/workflows/build-cmake-conan.yml

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
This commit is contained in:
Cameron Cawley 2021-07-05 22:18:22 +01:00 committed by GitHub
parent 4b2494cc67
commit 4429126df3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ jobs:
conan config set log.print_run_commands=True
conan config set general.revisions_enabled=1
conan remote add bincrafters https://bincrafters.jfrog.io/artifactory/api/conan/public-conan
# conan remote add madebr_ps2dev https://api.bintray.com/conan/madebr/ps2dev
- name: "Add os=Playstation2 + gcc.version=3.2 to .conan/settings.yml"
if: ${{ matrix.platform == 'ps2' }}
shell: python