updated: ImGui / CImGui to 1.92.6 #7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |