1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-08 11:51:48 +00:00

Update rewrite.yml

This commit is contained in:
Pablo Curiel 2023-03-25 12:17:01 +01:00
parent f8e78e655d
commit a9aa7540e5

View file

@ -55,7 +55,7 @@ jobs:
- name: Build libusbhsfs dependencies
run: |
cd "$GITHUB_WORKSPACE/nxdumptool/libs/libusbhsfs"
make fs-libs -j$(nproc)
su -s /bin/bash nobody -c "make fs-libs -j$(nproc)"
- name: Build nxdumptool-rewrite PoC binaries
run: |