From 33216cc373c5490de6e38bcf4d62a244b10041a9 Mon Sep 17 00:00:00 2001 From: Terence Boldt Date: Sun, 31 Oct 2021 14:31:35 -0400 Subject: [PATCH] Force assembly failure to test GitHub action --- .github/workflows/asm.yml | 2 +- Apple2/CommandFirmware.asm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/asm.yml b/.github/workflows/asm.yml index 4c8e2a2..6e08b2b 100644 --- a/.github/workflows/asm.yml +++ b/.github/workflows/asm.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Build firmare + - name: Build firmware run: | export PATH=$PATH:$(pwd)/.cicd cd Apple2 diff --git a/Apple2/CommandFirmware.asm b/Apple2/CommandFirmware.asm index 12596d2..519fbcd 100644 --- a/Apple2/CommandFirmware.asm +++ b/Apple2/CommandFirmware.asm @@ -1,3 +1,4 @@ +xxxxx intentionally break assembler to test build GitHub Action failure ;ProDOS Zero Page Command = $42 ;ProDOS Command Unit = $43 ;ProDOS unit (SDDD0000)