We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c723b4 commit 324e875Copy full SHA for 324e875
1 file changed
.github/workflows/CI.yml
@@ -103,6 +103,8 @@ jobs:
103
image: ${{ matrix.settings.docker }}
104
options: '--user 0:0 -v ${{ github.workspace }}/.cargo-cache/git/db:/usr/local/cargo/git/db -v ${{ github.workspace }}/.cargo/registry/cache:/usr/local/cargo/registry/cache -v ${{ github.workspace }}/.cargo/registry/index:/usr/local/cargo/registry/index -v ${{ github.workspace }}:/build -w /build'
105
run: ${{ matrix.settings.build }}
106
+ - name: Check napi-rs version
107
+ run: yarn napi -h
108
- name: Build
109
110
if: ${{ !matrix.settings.docker }}
0 commit comments