forked from mpusz/mp-units
ci: Disabling of some actions removed for now
This commit is contained in:
6
.github/workflows/ci-conan.yml
vendored
6
.github/workflows/ci-conan.yml
vendored
@@ -69,7 +69,8 @@ jobs:
|
|||||||
# ${{ runner.os }}-build-
|
# ${{ runner.os }}-build-
|
||||||
# ${{ runner.os }}-
|
# ${{ runner.os }}-
|
||||||
- name: Install Ninja
|
- 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
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [ $RUNNER_OS == 'Linux' ]; then
|
if [ $RUNNER_OS == 'Linux' ]; then
|
||||||
@@ -88,7 +89,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip install -U conan_package_tools
|
pip install -U conan_package_tools
|
||||||
- name: Set Conan default profile
|
- 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
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
conan profile new --detect default
|
conan profile new --detect default
|
||||||
|
Reference in New Issue
Block a user