Fixed a dumb typo in CI workflow and made task name shorter

This commit is contained in:
Vas Crabb 2022-07-01 07:47:33 +10:00
parent ed27efc34c
commit 0d0afa21e2

View File

@ -1,4 +1,4 @@
name: Rebuild bgfx shaders name: Rebuild BGFX shaders
on: on:
push: push:
@ -24,7 +24,7 @@ jobs:
with: with:
install: git make mingw-w64-x86_64-gcc mingw-w64-x86_64-python mingw-w64-x86_64-libc++ install: git make mingw-w64-x86_64-gcc mingw-w64-x86_64-python mingw-w64-x86_64-libc++
- uses: actions/checkout@master - uses: actions/checkout@master
- name: Prevent make from attempting to rebuild GLCL parser source - name: Prevent make from rebuilding GLSL parser source
run: | run: |
touch 3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/glcpp/glcpp-lex.c touch 3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/glcpp/glcpp-lex.c
touch 3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/glcpp/glcpp-parse.c touch 3rdparty/bgfx/3rdparty/glsl-optimizer/src/glsl/glcpp/glcpp-parse.c