mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-20 20:22:38 +02:00
use correct badge for github workflow (#555)
This commit is contained in:
parent
373b13b7c0
commit
84b92d9e64
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
@ -2,7 +2,8 @@ name: Build libnx
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches:
|
||||||
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -18,4 +19,4 @@ jobs:
|
|||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
run: make -C nx
|
run: make -C nx -j2
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Nintendo Switch AArch64-only userland library.
|
# Nintendo Switch AArch64-only userland library.
|
||||||
Based on libctru.
|
Based on libctru.
|
||||||
|
|
||||||
[](https://doozer.io/switchbrew/libnx)
|

|
||||||
|
|
||||||
# Install instructions
|
# Install instructions
|
||||||
See [Switchbrew](https://switchbrew.org/wiki/Setting_up_Development_Environment).
|
See [Switchbrew](https://switchbrew.org/wiki/Setting_up_Development_Environment).
|
||||||
|
Loading…
Reference in New Issue
Block a user