Skip to content

Build Geth for Windows #1

Build Geth for Windows

Build Geth for Windows #1

name: Build Geth for Windows
on:
workflow_dispatch:
defaults:
run:
shell: bash
jobs:
build-all:
name: Build all executables
runs-on: windows-latest
steps:
- name: Checkout etclabscore/core-geth
uses: actions/checkout@v3
- name: Set up Go 1.21
id: go
uses: actions/setup-go@v3
with:
go-version: ^1.21
- name: Build all packages
id: build-packages
run: make all