Skip to content

Dry run of building ZINC #25

Dry run of building ZINC

Dry run of building ZINC #25

Workflow file for this run

name: build-check
run-name: Dry run of building ZINC
on:
push:
branches:
- '**'
- '!main'
jobs:
ci-build-check:
runs-on: [ubuntu-latest]
container: nihirash/ez80asm:x64
steps:
- uses: actions/checkout@v4
- name: Fix ownership
run: chown -R $(id -u):$(id -g) $PWD
- name: Build OS from sources using dockerized ez80asm
run: make