fix: install patch crate before patching

This commit is contained in:
DecDuck
2025-07-02 12:07:00 +10:00
parent 169d471bb7
commit 89e94e3afd
2 changed files with 2 additions and 1 deletions

View File

@ -94,6 +94,7 @@ jobs:
shell: bash
- name: Install dependencies
run: |-
cargo install patch-crate &&
cargo patch-crate &&
yarn install
- name: Build in docker