use correct badge for github workflow (#555)

This commit is contained in:
Dave Murphy 2021-06-10 18:47:45 +01:00 committed by GitHub
parent 373b13b7c0
commit 84b92d9e64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
# Nintendo Switch AArch64-only userland library. # Nintendo Switch AArch64-only userland library.
Based on libctru. Based on libctru.
[![Build status](https://doozer.io/badge/switchbrew/libnx/buildstatus/master)](https://doozer.io/switchbrew/libnx) ![Build status](https://github.com/switchbrew/libnx/actions/workflows/build.yaml/badge.svg)
# Install instructions # Install instructions
See [Switchbrew](https://switchbrew.org/wiki/Setting_up_Development_Environment). See [Switchbrew](https://switchbrew.org/wiki/Setting_up_Development_Environment).