Skip to content

Commit 43cb04e

Browse files
feat: test linker
1 parent b659972 commit 43cb04e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/CI.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ jobs:
5353
nix run nixpkgs#patchelf -- --set-interpreter ${{ matrix.target.interpreter }} output/bin/*
5454
chmod -w output/bin/*
5555
mv output result
56+
- name: Linker
57+
if: ${{ contains(matrix.target.system, 'linux') }}
58+
run: ldd result/bin/d4
59+
- name: Linker
60+
if: ${{ contains(matrix.target.system, 'darwin') }}
61+
run: otool -L result/bin/d4
5662
- name: Upload
5763
uses: actions/upload-artifact@v4
5864
with:

0 commit comments

Comments
 (0)