mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-27 13:38:30 +00:00
WARNING: **BREAKING**: Moved raylib parser
to tools/parser
directory
This commit is contained in:
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:
|
||||
workflow_dispatch:
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Update parse files
|
||||
working-directory: parser
|
||||
working-directory: tools/parser
|
||||
run: |
|
||||
make raylib_api
|
||||
mv raylib_api.* output
|
||||
|
Reference in New Issue
Block a user