tangled
alpha
login
or
join now
nekomimi.pet
/
bunsite
0
fork
atom
personal website
0
fork
atom
overview
issues
pulls
pipelines
fix LD_LIBRARY_PATH for sharp in nix ci
nekomimi.pet
1 week ago
ec787ac8
a86edc7b
0/1
deploy.yml
failed
28s
+1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yml
+1
.tangled/workflows/deploy.yml
···
30
30
- build:
31
31
command: |
32
32
export PATH="$HOME/.nix-profile/bin:$PATH"
33
33
+
export LD_LIBRARY_PATH="$(find /nix/store -name 'libstdc++.so.6' -exec dirname {} \; 2>/dev/null | head -1):$LD_LIBRARY_PATH"
33
34
34
35
rm -rf bun.lock
35
36
bun install @oven/bun-linux-x64