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