fix: fasm -> fasm1 #4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: dev-build | |
on: | |
push: | |
branches: ['master'] | |
jobs: | |
build: | |
runs-on: windows-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Try Install FASM | |
uses: stevenwdv/setup-fasm@v1 | |
with: | |
edition: fasm1 | |
version: 1.71.* | |
- name: Try to build project | |
run: fasm1 main.asm main.exe |