mirror of
https://github.com/holub/mame
synced 2025-04-16 13:34:55 +03:00
Fixed a dumb typo in CI workflow and made task name shorter
This commit is contained in:
parent
ed27efc34c
commit
0d0afa21e2
4
.github/workflows/bgfxshaders.yml
vendored
4
.github/workflows/bgfxshaders.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Rebuild bgfx shaders
|
||||
name: Rebuild BGFX shaders
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -24,7 +24,7 @@ jobs:
|
||||
with:
|
||||
install: git make mingw-w64-x86_64-gcc mingw-w64-x86_64-python mingw-w64-x86_64-libc++
|
||||
- uses: actions/checkout@master
|
||||
- name: Prevent make from attempting to rebuild GLCL parser source
|
||||
- name: Prevent make from rebuilding GLSL parser source
|
||||
run: |
|
||||
touch 3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/glcpp/glcpp-lex.c
|
||||
touch 3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/glcpp/glcpp-parse.c
|
||||
|
Loading…
Reference in New Issue
Block a user