Skip to content

Commit be2c4db

Browse files
committed
wip
1 parent 06c1c6a commit be2c4db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ jobs:
214214
ln -s vendor/netsurf/out/${{env.OS}}-${{env.ARCH}} vendor/netsurf/out/macos-${{env.ARCH}}
215215
# mimalloc
216216
ln -s vendor/mimalloc/out/${{env.OS}}-${{env.ARCH}} vendor/mimalloc/out/macos-${{env.ARCH}}
217+
# debug
218+
ls -R vendor/libiconv/out
217219
218220
- name: zig build
219221
run: zig build --release=safe -Doptimize=ReleaseSafe -Dgit_commit=$(git rev-parse --short ${{ github.sha }}) static-lib

0 commit comments

Comments
 (0)