We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b3e2f8 commit c4b7faaCopy full SHA for c4b7faa
2 files changed
.github/workflows/build custom libs.yml
@@ -66,6 +66,7 @@ jobs:
66
- name: Checkout code
67
uses: actions/checkout@v4
68
- name: Install cargo-c
69
+ if: contains(inputs.libraries, 'dovi')
70
run: cargo install cargo-c
71
- name: One Step
72
run: |
.github/workflows/build one lib.yml
@@ -100,6 +100,7 @@ jobs:
100
101
102
103
+ if: inputs.lib == 'dovi'
104
105
- name: Install dependencies
106
run: .github/workflows/install-dependencies.sh ${{ inputs.lib }} ${{ inputs.platform }}
0 commit comments