aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6a25bf2..47f310f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -32,6 +32,11 @@ jobs:
steps:
- uses: actions/checkout@v4
+ - name: Install cc65 from Ubuntu sources
+ run: |
+ sudo apt-get update
+ sudo apt-get install cc65
+
- name: Ensure latest Rust stable
run: |
rustup update stable