Skip to content

Commit c4b7faa

Browse files
committed
install cargo-c only build dovi
1 parent 7b3e2f8 commit c4b7faa

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build custom libs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
- name: Checkout code
6767
uses: actions/checkout@v4
6868
- name: Install cargo-c
69+
if: contains(inputs.libraries, 'dovi')
6970
run: cargo install cargo-c
7071
- name: One Step
7172
run: |

.github/workflows/build one lib.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ jobs:
100100
- name: Checkout code
101101
uses: actions/checkout@v4
102102
- name: Install cargo-c
103+
if: inputs.lib == 'dovi'
103104
run: cargo install cargo-c
104105
- name: Install dependencies
105106
run: .github/workflows/install-dependencies.sh ${{ inputs.lib }} ${{ inputs.platform }}

0 commit comments

Comments
 (0)