Skip to content

Commit 1af2d63

Browse files
author
yushijie1
committed
fix(ci): 修复云构建报错Cannot find matching keyid问题
1 parent 3757006 commit 1af2d63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-rust-binding.yml

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
name: stable - ${{ matrix.settings.target }}
4444
runs-on: ${{ matrix.settings.host }}
4545
steps:
46+
- name: Fix keyid Error
47+
run: |
48+
npm install -g corepack@latest
4649
- name: Checkout
4750
uses: actions/checkout@v4
4851
- name: Setup pnpm

0 commit comments

Comments
 (0)