mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
Revert "Set C++ standard to C++17 via environment for bgfx shader build CI job."
This reverts commit 63b00cabc3
.
This commit is contained in:
parent
eab416897c
commit
1147d8fc44
1
.github/workflows/bgfxshaders.yml
vendored
1
.github/workflows/bgfxshaders.yml
vendored
@ -34,7 +34,6 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
env:
|
env:
|
||||||
MINGW64: "/mingw64"
|
MINGW64: "/mingw64"
|
||||||
CXXFLAGS: "-std=c++17"
|
|
||||||
run: make shaders
|
run: make shaders
|
||||||
- uses: actions/upload-artifact@master
|
- uses: actions/upload-artifact@master
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user