Skip to content

Commit

Permalink
CI: Amend 943fd21.
Browse files Browse the repository at this point in the history
  • Loading branch information
ocornut committed Sep 5, 2024
1 parent 943fd21 commit 4a1a38f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ jobs:
EOF
g++ -I. -std=c++11 -Wall -Wformat -o example_single_file example_single_file.cpp
- name: Build example_null (with C++26)
- name: Build example_null (with C++20)
run: |
cat > example_single_file.cpp <<'EOF'
Expand All @@ -334,7 +334,7 @@ jobs:
#include "examples/example_null/main.cpp"
EOF
g++ -I. -std=c++26 -Wall -Wformat -o example_single_file example_single_file.cpp
g++ -I. -std=c++20 -Wall -Wformat -o example_single_file example_single_file.cpp
- name: Build example_null (with IMGUI_DISABLE_DEMO_WINDOWS and IMGUI_DISABLE_DEBUG_TOOLS)
run: |
Expand Down

0 comments on commit 4a1a38f

Please sign in to comment.