summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2023-09-08 05:14:21 +1000
committer Vas Crabb <vas@vastheman.com>2023-09-08 05:14:21 +1000
commit1147d8fc44c701ed0235e9374f97d218fae37b32 (patch)
tree7de2e95edf1fe76cb557d356f7f14a697eee1b11
parenteab416897ce110eb779e3c5342e3e54d2116f384 (diff)
Revert "Set C++ standard to C++17 via environment for bgfx shader build CI job."
This reverts commit 63b00cabc302c17c70c285a337a06a4f89d39f40.
-rw-r--r--.github/workflows/bgfxshaders.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/bgfxshaders.yml b/.github/workflows/bgfxshaders.yml
index 6c4e984b893..26b2418f696 100644
--- a/.github/workflows/bgfxshaders.yml
+++ b/.github/workflows/bgfxshaders.yml
@@ -34,7 +34,6 @@ jobs:
- name: Build
env:
MINGW64: "/mingw64"
- CXXFLAGS: "-std=c++17"
run: make shaders
- uses: actions/upload-artifact@master
with: