Skip to content

Build ImGui for Mac

Build ImGui for Mac #9

Workflow file for this run

name: Build ImGui for Mac
on:
workflow_dispatch:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- uses: abel0b/[email protected]
with:
version: "5.0.0-beta2"
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: node tools/brief/main.js
- name: Run Premake
run: |
premake5 gmake2
cd dll/
make