Skip to content

feat(windows): migrated basic installation #45

feat(windows): migrated basic installation

feat(windows): migrated basic installation #45

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: Build
run: go build -v -o openframe .
- name: Test binary
run: ./openframe --version