From ea1ad3cffeed4749b24fd24b6f116bed507c0734 Mon Sep 17 00:00:00 2001 From: bladeoner Date: Sun, 27 Feb 2022 18:57:42 +0100 Subject: [PATCH] Update Github Workflow and README.md (#439) --- .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 4bba53b..032665b 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 VBA GX - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: matrix: image: ["Wii", "GameCube"] @@ -13,9 +13,9 @@ jobs: steps: - name: Checkout vbagx 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 af677b4..489413f 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ With it you can play GBA/Game Boy Color/Game Boy games on your Wii/GameCube. |Download nightly builds from continuous integration: | [![Build Status][Build]][Actions] |-------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------| -[Actions]: https://github.com/dborth/vbagx/actions -[Build]: https://github.com/dborth/vbagx/workflows/VBA%20GX%20Build/badge.svg +[Actions]: https://github.com/dborth/vbagx/actions/workflows/continuous-integration-workflow.yml +[Build]: https://github.com/dborth/vbagx/actions/workflows/continuous-integration-workflow.yml/badge.svg ## FEATURES