Skip to content

PR #1 Create Main alghoritm #16

PR #1 Create Main alghoritm

PR #1 Create Main alghoritm #16

Workflow file for this run

name: prod-build
on:
pull_request:
branches: ['master']
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install FASM
uses: stevenwdv/setup-fasm@v1
- name: Build Project
run: fasm main.asm main.exe