Remove the clangd file that seems to be an accident #1762
This file contains 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: iOS (OpenGL) | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
build: | |
runs-on: macOS-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Get Submodules | |
run: ./get_dlc | |
- name: Compile | |
run: ./make ios -g opengl --kinc . --from Tests/Empty --nosigning --compile |