Update release.yaml
This commit is contained in:
parent
dba399f856
commit
899a1b2b13
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -45,6 +45,10 @@ jobs:
|
|||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 22
|
node-version: 22
|
||||||
|
- name: Install sharp dependencies for macOS
|
||||||
|
if: matrix.os == 'macos-latest'
|
||||||
|
run: |
|
||||||
|
brew install vips
|
||||||
|
|
||||||
- name: Install Rust with Clippy
|
- name: Install Rust with Clippy
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user