Skip to content

Commit e658e90

Browse files
feat: test linker
1 parent b659972 commit e658e90

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: dyld result/bin/d4
5662
- name: Upload
5763
uses: actions/upload-artifact@v4
5864
with:

0 commit comments

Comments
 (0)