Skip to content

Commit

Permalink
test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dslatt committed Jun 13, 2024
1 parent c341dc7 commit ddb1dc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-switch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build nso-icon-tool
run: ./proj_build_ci.sh --root

- uses: actions/upload-artifact@v2
with:
name: nso-icon-tool
path: build_switch/nso-icon-tool.nro
# - uses: actions/upload-artifact@v2
# with:
# name: nso-icon-tool
# path: build_switch/nso-icon-tool.nro
2 changes: 1 addition & 1 deletion proj_build_ci.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
git config --global --add safe.directory /__w/nso-icon-tool/nso-icon/tool
git config --global --add safe.directory /__w/nso-icon-tool/nso-icon-tool
cmake -B build_switch -DPLATFORM_SWITCH=ON
make -C build_switch nso-icon-tool.nro -j$(nproc)

0 comments on commit ddb1dc1

Please sign in to comment.