forked from Apple-2-HW/Apple2-IO-RPi
Force assembly failure to test GitHub action
This commit is contained in:
2
.github/workflows/asm.yml
vendored
2
.github/workflows/asm.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Build firmare
|
- name: Build firmware
|
||||||
run: |
|
run: |
|
||||||
export PATH=$PATH:$(pwd)/.cicd
|
export PATH=$PATH:$(pwd)/.cicd
|
||||||
cd Apple2
|
cd Apple2
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
xxxxx intentionally break assembler to test build GitHub Action failure
|
||||||
;ProDOS Zero Page
|
;ProDOS Zero Page
|
||||||
Command = $42 ;ProDOS Command
|
Command = $42 ;ProDOS Command
|
||||||
Unit = $43 ;ProDOS unit (SDDD0000)
|
Unit = $43 ;ProDOS unit (SDDD0000)
|
||||||
|
Reference in New Issue
Block a user