mirror of
https://github.com/Drop-OSS/droplet.git
synced 2025-11-09 20:12:18 +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
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@drop-oss/droplet",
|
||||
"version": "1.4.1",
|
||||
"version": "1.4.2",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"napi": {
|
||||
|
||||
Reference in New Issue
Block a user