Use different cc65 docker image

This commit is contained in:
Byron Lathi
2022-03-05 22:39:36 -06:00
parent e9104e4233
commit db3a150f93

View File

@@ -4,7 +4,7 @@ default:
build-sw: build-sw:
stage: build stage: build
image: bslathi19/cc65 image: a2geek/cc65-pipeline
script: script:
- cd sw/ - cd sw/
- make - make