Skip to content

Update README.md

Update README.md #51

Workflow file for this run

name: CI_build
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- name: Set up V version latest
uses: vlang/setup-v@v1
with:
check-latest: true
- name: Checkout repo ${{ github.event.repository.name }}
uses: actions/checkout@v3
- name: Build repository app
run: v -cc gcc -g -d static_boehm -gc boehm -keepc -enable-globals -shared -d no_backtrace -cflags -static-libgcc -cflags -I"D:\a\NppLspClient\NppLspClient" .