Skip to content

Build ImGui_GM for Windows #4

Build ImGui_GM for Windows

Build ImGui_GM for Windows #4

Workflow file for this run

name: Manual trigger
run-name: Build ImGui_GM for Windows
on:
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- uses: abel0b/[email protected]
with:
version: "5.0.0-beta2"
- name: Run Premake
run: |
premake5 vs2022
make