rely on cc65 from os packages
This commit is contained in:
parent
1b047aa269
commit
c3ac7778ed
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -18,10 +18,10 @@ jobs:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: install deps
|
- name: install deps
|
||||||
run: sudo apt install vice
|
run: sudo apt install vice cc65
|
||||||
|
|
||||||
- name: build toolchain
|
- name: build toolchain
|
||||||
run: make toolchain -j$(nproc)
|
run: make toolchain-exomizer -j$(nproc)
|
||||||
|
|
||||||
- name: build 80columns
|
- name: build 80columns
|
||||||
run: make -j$(nproc)
|
run: make -j$(nproc)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue