Skip to content

Commit

Permalink
Try fix mutex package not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer committed Sep 18, 2024
1 parent eb89cd1 commit aa6f3e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ jobs:
- name: Build recipes for linux-64
shell: bash -l {0}
run: |
mkdir -p $CONDA_BLD_PATH
conda index $CONDA_BLD_PATH
boa build additional_recipes/ros2-distro-mutex/ -m ./.ci_support/conda_forge_pinnings.yaml -m ./conda_build_config.yaml
boa build . -m ./.ci_support/conda_forge_pinnings.yaml -m ./conda_build_config.yaml
if: steps.newrecipecheck.outputs.RECIPE_CREATED == 1 && steps.filecheck.outputs.LINUX_YAML_CHANGED == 1 && matrix.os == 'ubuntu-latest' && matrix.platform == 'linux-64'
Expand Down

0 comments on commit aa6f3e0

Please sign in to comment.