File tree 2 files changed +3
-8
lines changed
2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 18
18
cpp_compiler : cl
19
19
separator : ' \\'
20
20
- os : ubuntu-latest
21
- cpp_compiler : clang ++
21
+ cpp_compiler : g ++
22
22
separator : " /"
23
23
24
24
steps :
33
33
if : runner.os == 'Linux'
34
34
run : |
35
35
sudo apt-get update
36
- sudo apt-get install -y libegl1-mesa-dev libgl1-mesa-dev ninja-build clang
36
+ sudo apt-get install -y libegl1-mesa-dev libgl1-mesa-dev ninja-build
37
37
38
38
- name : Setup Developer Command Prompt (Windows)
39
39
if : runner.os == 'Windows'
88
88
echo "preset=conan-release" >> "$GITHUB_OUTPUT"
89
89
fi
90
90
91
- - name : Set Clang Environment (Ubuntu)
92
- if : runner.os == 'Linux'
93
- run : |
94
- echo "CC=clang" >> $GITHUB_ENV
95
- echo "CXX=clang++" >> $GITHUB_ENV
96
-
97
91
- name : Configure CMake
98
92
shell : bash
99
93
run : |
Original file line number Diff line number Diff line change
1
+ #include < algorithm>
1
2
#include < filesystem>
2
3
#include < iostream>
3
4
#include < memory>
You can’t perform that action at this time.
0 commit comments