Skip to content

Custom CPU temp limit reset for a manual setting https://github.com/s… #2193

Custom CPU temp limit reset for a manual setting https://github.com/s…

Custom CPU temp limit reset for a manual setting https://github.com/s… #2193

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: windows-2022
steps:
- uses: actions/checkout@v3
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
8.0.x
- name: Build
run: |
dotnet build app/GHelper.sln