From e75c35e363ee7472f36e40891bccf6a13c353ca5 Mon Sep 17 00:00:00 2001 From: bladeoner Date: Sun, 27 Feb 2022 09:44:31 +0100 Subject: [PATCH] Update Github Workflow and README.md (#463) --- .github/workflows/continuous-integration-workflow.yml | 6 +++--- README.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 197659a..f38fcfa 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: build: name: Build FCE Ultra GX - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: matrix: image: ["Wii", "GameCube"] @@ -13,9 +13,9 @@ jobs: steps: - name: Checkout fceugx repo - uses: actions/checkout@v1 + uses: actions/checkout@v2 with: - submodules: true + fetch-depth: 0 - name: Build Wii if: ${{ matrix.image == 'Wii' }} diff --git a/README.md b/README.md index f1f3624..05b62e0 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ Wii/GameCube. |Download nightly builds from continuous integration: | [![Build Status][Build]][Actions] |-------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------| -[Actions]: https://github.com/dborth/fceugx/actions -[Build]: https://github.com/dborth/fceugx/workflows/FCE%20Ultra%20GX%20Build/badge.svg +[Actions]: https://github.com/dborth/fceugx/actions/workflows/continuous-integration-workflow.yml +[Build]: https://github.com/dborth/fceugx/actions/workflows/continuous-integration-workflow.yml/badge.svg ## FEATURES