diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2024-03-30 22:54:52 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-02-04 21:03:23 +0100 |
| commit | 6913995597651172b88301776a9e3a66a7c68117 (patch) | |
| tree | 710a929a8c4d171a4331c38a966e35f0f6c53358 /.github/workflows | |
| parent | cee93625989b651cfe91387eabd0abd3f64a00df (diff) | |
| download | code.nes-6913995597651172b88301776a9e3a66a7c68117.tar.gz code.nes-6913995597651172b88301776a9e3a66a7c68117.zip | |
basics: Add an example on CHR-RAM
Moreover, add a simple fix to the CI.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
