Skip to content

feat: Settings feature to allow hiding some core clocks #2

feat: Settings feature to allow hiding some core clocks

feat: Settings feature to allow hiding some core clocks #2

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.22.2
- name: Build
run: go build -ldflags "-H=windowsgui" -v
- uses: actions/upload-artifact@v2
with:
name: nvidia-clock-control
path: nvidia-clock-control.exe