feat: staticlly link libc

This commit is contained in:
2024-03-21 14:12:20 +08:00
parent a54f25eea3
commit 3b274edd2e
2 changed files with 4 additions and 1 deletions

View File

@@ -28,6 +28,9 @@ jobs:
- name: Build
run: cmake --build ${{ env.BUILD_PATH }} -j 4
- name: Strip
run: strip ${{ env.BUILD_PATH }}/ncmdump.exe
- name: Upload artifact
uses: actions/upload-artifact@v4