We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c1c6a commit be2c4dbCopy full SHA for be2c4db
.github/workflows/build.yml
@@ -214,6 +214,8 @@ jobs:
214
ln -s vendor/netsurf/out/${{env.OS}}-${{env.ARCH}} vendor/netsurf/out/macos-${{env.ARCH}}
215
# mimalloc
216
ln -s vendor/mimalloc/out/${{env.OS}}-${{env.ARCH}} vendor/mimalloc/out/macos-${{env.ARCH}}
217
+ # debug
218
+ ls -R vendor/libiconv/out
219
220
- name: zig build
221
run: zig build --release=safe -Doptimize=ReleaseSafe -Dgit_commit=$(git rev-parse --short ${{ github.sha }}) static-lib
0 commit comments