mirror of
https://github.com/dborth/fceugx.git
synced 2024-12-04 14:24:16 +01:00
Update Github Workflow and README.md (#463)
This commit is contained in:
parent
e658623f47
commit
e75c35e363
@ -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' }}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user