From 84b92d9e64af0f95a635ea126657ea36e463b940 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Thu, 10 Jun 2021 18:47:45 +0100 Subject: [PATCH] use correct badge for github workflow (#555) --- .github/workflows/build.yaml | 5 +++-- README.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index daee714e..8dc54a01 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -2,7 +2,8 @@ name: Build libnx on: push: - branches: [ master ] + branches: + - master pull_request: jobs: @@ -18,4 +19,4 @@ jobs: persist-credentials: false - name: build - run: make -C nx + run: make -C nx -j2 diff --git a/README.md b/README.md index 8d2b03a9..479fea1a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Nintendo Switch AArch64-only userland library. 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 See [Switchbrew](https://switchbrew.org/wiki/Setting_up_Development_Environment).