mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 04:22:50 +02:00
use badge for github workflow
This commit is contained in:
parent
58885db2cd
commit
db81a0e782
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -2,7 +2,9 @@ name: Build libnx
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches:
|
||||
- master
|
||||
- workflow-badge
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
@ -18,4 +20,4 @@ jobs:
|
||||
persist-credentials: false
|
||||
|
||||
- name: build
|
||||
run: make -C nx
|
||||
run: make -C nx -j2
|
||||
|
@ -1,7 +1,7 @@
|
||||
# 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).
|
||||
|
Loading…
Reference in New Issue
Block a user