mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 06:13:10 +00:00
WARNING: **BREAKING**: Moved raylib parser to tools/parser directory
This commit is contained in:
parent
cdfb9d7a0b
commit
47c186dd87
4
.github/workflows/parse.yml
vendored
4
.github/workflows/parse.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Parse raylib_api
|
name: Parse raylib API
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -14,7 +14,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Update parse files
|
- name: Update parse files
|
||||||
working-directory: parser
|
working-directory: tools/parser
|
||||||
run: |
|
run: |
|
||||||
make raylib_api
|
make raylib_api
|
||||||
mv raylib_api.* output
|
mv raylib_api.* output
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user