Skip to content

fix readme

fix readme #3

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build_32:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make -f utils.mk build32
build_64:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make -f utils.mk build64