We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b659972 commit 43cb04eCopy full SHA for 43cb04e
.github/workflows/CI.yaml
@@ -53,6 +53,12 @@ jobs:
53
nix run nixpkgs#patchelf -- --set-interpreter ${{ matrix.target.interpreter }} output/bin/*
54
chmod -w output/bin/*
55
mv output result
56
+ - name: Linker
57
+ if: ${{ contains(matrix.target.system, 'linux') }}
58
+ run: ldd result/bin/d4
59
60
+ if: ${{ contains(matrix.target.system, 'darwin') }}
61
+ run: otool -L result/bin/d4
62
- name: Upload
63
uses: actions/upload-artifact@v4
64
with:
0 commit comments