Skip to content

New caching system - now it caches the entire compressed huffmunch da… #2669

New caching system - now it caches the entire compressed huffmunch da…

New caching system - now it caches the entire compressed huffmunch da… #2669

Workflow file for this run

name: Build ROM
on: [push]
jobs:
build_rom:
runs-on: ubuntu-latest
name: Compile ROM
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cache cc65
uses: ./.github/actions/cache_cc65
- name: Set path
run: |
echo "${{ github.workspace }}/opt/cc65/bin" >> $GITHUB_PATH
- name: Build the game
run: make
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: famidash.nes
path: BUILD/famidash.nes