Skip to content

hansbonini is building Sega Genesis assembler code #1

hansbonini is building Sega Genesis assembler code

hansbonini is building Sega Genesis assembler code #1

Workflow file for this run

name: build-sega-genesis-asm-action
run-name: ${{ github.actor }} is building Sega Genesis assembler code
on:
push:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Go environment
uses: actions/[email protected]
with:
# The Go version to download (if necessary) and use. Supports semver spec and ranges. Be sure to enclose this option in single quotation marks.
go-version: 1.22.4
# Target architecture for Go to use. Examples: x86, x64. Will use system architecture by default.
architecture: windows/amd64
- name: Execute asm68k
run: make build