mirror of
https://github.com/holub/mame
synced 2025-04-18 22:49:58 +03:00
Set C++ standard to C++17 via environment for bgfx shader build CI job.
The SPIRV tools require C++17 but it isn't set anywhere in the build files supplied with bgfx
This commit is contained in:
parent
1c61ccfe84
commit
63b00cabc3
1
.github/workflows/bgfxshaders.yml
vendored
1
.github/workflows/bgfxshaders.yml
vendored
@ -34,6 +34,7 @@ jobs:
|
||||
- name: Build
|
||||
env:
|
||||
MINGW64: "/mingw64"
|
||||
CXXFLAGS: "-std=c++17"
|
||||
run: make shaders
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user