mirror of
https://github.com/a2stuff/prodos-drivers.git
synced 2024-12-21 14:29:18 +00:00
Workflow: Try using action for ca65
This commit is contained in:
parent
b74244bbe1
commit
1a3aa1e8c6
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -14,13 +14,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: build and install cc65 components
|
||||
run: >
|
||||
git clone https://github.com/cc65/cc65 /tmp/cc65 &&
|
||||
sudo make -C /tmp/cc65 ca65 ld65 avail &&
|
||||
ca65 --version
|
||||
|
||||
- uses: a2stuff/build-install-ca65-action@v1
|
||||
- uses: a2stuff/build-install-cadius-action@v1
|
||||
|
||||
- name: build
|
||||
|
Loading…
Reference in New Issue
Block a user