mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-10 04:22:16 +10:00
fix: install patch crate before patching
This commit is contained in:
1
.github/workflows/CI.yml
vendored
1
.github/workflows/CI.yml
vendored
@ -94,6 +94,7 @@ jobs:
|
||||
shell: bash
|
||||
- name: Install dependencies
|
||||
run: |-
|
||||
cargo install patch-crate &&
|
||||
cargo patch-crate &&
|
||||
yarn install
|
||||
- name: Build in docker
|
||||
|
||||
Reference in New Issue
Block a user