From abf7c389fe4c0cb977cbabb0ebe5ed383ed947e1 Mon Sep 17 00:00:00 2001 From: bladeoner Date: Mon, 4 Oct 2021 17:03:17 +0200 Subject: [PATCH] Change Github Workflow build name (#977) --- .github/workflows/continuous-integration-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 8c98847..4e04d80 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: build: - name: ubuntu-20.04 + name: Build Snes9x GX runs-on: ubuntu-20.04 container: devkitpro/devkitppc:latest