This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
Locale: Re-rerun go generate #1184
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.22 | |
- run: make |