mirror of
https://github.com/tjboldt/Apple2-IO-RPi.git
synced 2024-11-21 11:31:56 +00:00
Force assembly failure to test GitHub action
This commit is contained in:
parent
f293e44d7e
commit
33216cc373
2
.github/workflows/asm.yml
vendored
2
.github/workflows/asm.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Build firmare
|
||||
- name: Build firmware
|
||||
run: |
|
||||
export PATH=$PATH:$(pwd)/.cicd
|
||||
cd Apple2
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user