Skip to content

Commit 84b92d9

Browse files
authored
use correct badge for github workflow (#555)
1 parent 373b13b commit 84b92d9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Build libnx
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches:
6+
- master
67
pull_request:
78

89
jobs:
@@ -18,4 +19,4 @@ jobs:
1819
persist-credentials: false
1920

2021
- name: build
21-
run: make -C nx
22+
run: make -C nx -j2

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Nintendo Switch AArch64-only userland library.
22
Based on libctru.
33

4-
[![Build status](https://doozer.io/badge/switchbrew/libnx/buildstatus/master)](https://doozer.io/switchbrew/libnx)
4+
![Build status](https://github.com/switchbrew/libnx/actions/workflows/build.yaml/badge.svg)
55

66
# Install instructions
77
See [Switchbrew](https://switchbrew.org/wiki/Setting_up_Development_Environment).

0 commit comments

Comments
 (0)