Skip to content

updated: ImGui / CImGui to 1.92.6 #7

updated: ImGui / CImGui to 1.92.6

updated: ImGui / CImGui to 1.92.6 #7

Workflow file for this run

name: Linux OS(Ubuntu) compilation
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
jobs:
build_linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- run: |
sudo apt update
sudo apt install -y xorg-dev libopengl-dev libgl1-mesa-dev
sudo apt install -y libglfw3 libglfw3-dev libsdl2-dev
make