ci: Disabling of some actions removed for now

This commit is contained in:
Mateusz Pusz
2020-12-25 09:58:59 +01:00
parent e5547b0a34
commit cabd8b0f01

View File

@@ -69,7 +69,8 @@ jobs:
# ${{ runner.os }}-build-
# ${{ runner.os }}-
- name: Install Ninja
if: !(matrix.config.docker_image)
# TODO Find a proper syntax to make the below work
# if: !matrix.config.docker_image
shell: bash
run: |
if [ $RUNNER_OS == 'Linux' ]; then
@@ -88,7 +89,8 @@ jobs:
run: |
pip install -U conan_package_tools
- name: Set Conan default profile
if: !(matrix.config.docker_image)
# TODO Find a proper syntax to make the below work
# if: !matrix.config.docker_image
shell: bash
run: |
conan profile new --detect default