Skip to content

Commit 2c9951f

Browse files
committed
fj
1 parent 6e1cfb2 commit 2c9951f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ jobs:
5151
- name: Install
5252
run: |
5353
npm install --build-from-source
54-
dumpbin /dependents build\Release\canvas.node
54+
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
5558
- uses: actions/upload-artifact@v4
5659
with:
5760
path: build

0 commit comments

Comments
 (0)