Update Github Workflow and README.md (#439)

This commit is contained in:
bladeoner 2022-02-27 18:57:42 +01:00 committed by GitHub
parent e32991c440
commit ea1ad3cffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ on: [push, pull_request]
jobs: jobs:
build: build:
name: Build VBA GX name: Build VBA GX
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
image: ["Wii", "GameCube"] image: ["Wii", "GameCube"]
@ -13,9 +13,9 @@ jobs:
steps: steps:
- name: Checkout vbagx repo - name: Checkout vbagx repo
uses: actions/checkout@v1 uses: actions/checkout@v2
with: with:
submodules: true fetch-depth: 0
- name: Build Wii - name: Build Wii
if: ${{ matrix.image == 'Wii' }} if: ${{ matrix.image == 'Wii' }}

View File

@ -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] |Download nightly builds from continuous integration: | [![Build Status][Build]][Actions]
|-------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------| |-------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|
[Actions]: https://github.com/dborth/vbagx/actions [Actions]: https://github.com/dborth/vbagx/actions/workflows/continuous-integration-workflow.yml
[Build]: https://github.com/dborth/vbagx/workflows/VBA%20GX%20Build/badge.svg [Build]: https://github.com/dborth/vbagx/actions/workflows/continuous-integration-workflow.yml/badge.svg
## FEATURES ## FEATURES