We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1cfb2 commit 2c9951fCopy full SHA for 2c9951f
.github/workflows/ci.yaml
@@ -51,7 +51,10 @@ jobs:
51
- name: Install
52
run: |
53
npm install --build-from-source
54
- dumpbin /dependents build\Release\canvas.node
+ Invoke-WebRequest "https://github.com/lucasg/Dependencies/releases/download/v1.11.1/Dependencies_x64_Release.zip" -OutFile "dependencies.zip"
55
+ Expand-Archive dependencies.zip
56
+ dir
57
+ dependencies.exe -chain mydll.dll -depth 1
58
- uses: actions/upload-artifact@v4
59
with:
60
path: build
0 commit comments