Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Exports + Server + Python: Expose dns_search_domains #715

Exports + Server + Python: Expose dns_search_domains

Exports + Server + Python: Expose dns_search_domains #715

Workflow file for this run

name: "[Windows] Check build"
on: [ push, pull_request ]
jobs:
build-lib:
name: "[Windows] Build shared Go library"
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ^1.15
- run: make
- uses: actions/upload-artifact@v3
with:
name: shared-lib
path: exports/lib/
retention-days: 1