mirror of
https://github.com/digarok/apple2-assembly-github-actions-ci-example.git
synced 2024-11-22 13:32:37 +00:00
version bump for newer actions
This commit is contained in:
parent
87b36414d9
commit
2b23a0671b
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -7,13 +7,13 @@ jobs:
|
||||
steps:
|
||||
- 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 src/example.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…
Reference in New Issue
Block a user