Skip to content

Added ROG Ally X support https://github.com/seerge/g-helper/issues/4702 #2747

Added ROG Ally X support https://github.com/seerge/g-helper/issues/4702

Added ROG Ally X support https://github.com/seerge/g-helper/issues/4702 #2747

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@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Build
run: |
dotnet build app/GHelper.sln