rely on cc65 from os packages

This commit is contained in:
Jeff Epler 2022-01-22 22:37:45 -06:00
parent 1b047aa269
commit c3ac7778ed
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE

View file

@ -18,10 +18,10 @@ jobs:
submodules: true
- name: install deps
run: sudo apt install vice
run: sudo apt install vice cc65
- name: build toolchain
run: make toolchain -j$(nproc)
run: make toolchain-exomizer -j$(nproc)
- name: build 80columns
run: make -j$(nproc)