From 6913995597651172b88301776a9e3a66a7c68117 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sat, 30 Mar 2024 22:54:52 +0100 Subject: basics: Add an example on CHR-RAM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Moreover, add a simple fix to the CI. Signed-off-by: Miquel Sabaté Solà --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 451a907..19e3498 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,9 @@ jobs: uses: actions/checkout@v4 - name: Install dependencies from Ubuntu sources - run: sudo apt-get install cc65 fceux + run: | + sudo apt-get update + sudo apt-get install cc65 fceux - name: Main task run: make -- cgit v1.2.3