Skip to content

chore: update README #17

chore: update README

chore: update README #17

Workflow file for this run

name: Build
on:
push:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install cross-compiler
run: sudo apt install gcc-mingw-w64-x86-64
- name: Setup V
uses: vlang/[email protected]
- name: Build the project
run: v run build.vsh