We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 373b13b commit 84b92d9Copy full SHA for 84b92d9
.github/workflows/build.yaml
@@ -2,7 +2,8 @@ name: Build libnx
2
3
on:
4
push:
5
- branches: [ master ]
+ branches:
6
+ - master
7
pull_request:
8
9
jobs:
@@ -18,4 +19,4 @@ jobs:
18
19
persist-credentials: false
20
21
- name: build
- run: make -C nx
22
+ run: make -C nx -j2
README.md
@@ -1,7 +1,7 @@
1
# Nintendo Switch AArch64-only userland library.
Based on libctru.
-[](https://doozer.io/switchbrew/libnx)
+
# Install instructions
See [Switchbrew](https://switchbrew.org/wiki/Setting_up_Development_Environment).
0 commit comments