Skip to content

fix: resolve build #102

fix: resolve build

fix: resolve build #102

Workflow file for this run

name: Build go project
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
jobs:
test:
uses: nezuchan/workflows/.github/workflows/golang-compile-test.yml@main
with:
ADDITIONAL_PACKAGES: "libvips-dev"
TARGET_FILE: "cmd/server/main.go"