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:
Vas Crabb 2023-09-06 01:42:50 +10:00
parent 1c61ccfe84
commit 63b00cabc3

View File

@ -34,6 +34,7 @@ jobs:
- name: Build
env:
MINGW64: "/mingw64"
CXXFLAGS: "-std=c++17"
run: make shaders
- uses: actions/upload-artifact@master
with: