We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3757006 commit 1af2d63Copy full SHA for 1af2d63
.github/workflows/build-rust-binding.yml
@@ -43,6 +43,9 @@ jobs:
43
name: stable - ${{ matrix.settings.target }}
44
runs-on: ${{ matrix.settings.host }}
45
steps:
46
+ - name: Fix keyid Error
47
+ run: |
48
+ npm install -g corepack@latest
49
- name: Checkout
50
uses: actions/checkout@v4
51
- name: Setup pnpm
0 commit comments