Skip to content

Update N64 Core 12-06 #81

Update N64 Core 12-06

Update N64 Core 12-06 #81

Workflow file for this run

name: Build Custom Database
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build_db:
runs-on: ubuntu-22.04
steps:
- name: Install apt-get utilities
run: sudo apt-get install detox sharutils
- uses: actions/checkout@v2
- name: Build Custom Database for MiSTer Downloader
run: set -o pipefail && curl --fail --location https://raw.githubusercontent.com/theypsilon/Downloader_DB-Template_MiSTer/main/.github/build_db.py | python3 -
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}