diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-08-18 17:17:47 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-08-18 17:20:48 +0200 |
| commit | deaab8bd8b3652a9bed7542ef1ff306a5c09fea8 (patch) | |
| tree | 18272fa46afeb6e020b06d986bfac7566e23e09f /.github/workflows | |
| parent | a17dc18969c90e8938434cacae455f22eba84633 (diff) | |
| download | tools.nes-deaab8bd8b3652a9bed7542ef1ff306a5c09fea8.tar.gz tools.nes-deaab8bd8b3652a9bed7542ef1ff306a5c09fea8.zip | |
ci: Ensure cl65 is installed
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 5 |
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 |
