mirror of
https://github.com/digarok/MiniMemoryTester.git
synced 2025-01-30 13:29:55 +00:00
version bump for actions
This commit is contained in:
parent
f2e192eaff
commit
24e3becff5
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -8,14 +8,14 @@ jobs:
|
||||
# CHECKOUT AND ASSEMBLE ON EVERY PUSH, ANY BRANCH
|
||||
- uses: actions/checkout@v1
|
||||
- name: Install Merlin
|
||||
uses: digarok/install-merlin32-action@v0.1.0
|
||||
uses: digarok/install-merlin32-action@v0.1.2
|
||||
|
||||
- name: Assemble Source
|
||||
run: |
|
||||
merlin32 -V src/mmt.s
|
||||
|
||||
- name: Install Cadius
|
||||
uses: digarok/install-cadius-action@v0.1.0
|
||||
uses: digarok/install-cadius-action@v0.1.2
|
||||
|
||||
- name: Make Bootable ProDOS Image
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
|
Loading…
x
Reference in New Issue
Block a user