File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 10
10
ci-ubuntu :
11
11
runs-on : ubuntu-22.04
12
12
steps :
13
- - name : install clang
14
- shell : bash
15
- run : |
16
- wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
17
- echo "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-17 main" >> ./llvm.list
18
- echo "deb-src http://apt.llvm.org/jammy/ llvm-toolchain-jammy-17 main" >> ./llvm.list
19
- sudo mv llvm.list /etc/apt/sources.list.d
20
- sudo apt update -y
21
- sudo apt install clang-17 -y
13
+ - uses : wx257osn2/cxx_environment@test
14
+ with :
15
+ version : v20250114
22
16
- uses : actions/checkout@v4
23
17
with :
24
18
submodules : recursive
@@ -44,12 +38,12 @@ jobs:
44
38
pushd .dependencies/qoi
45
39
ln -s ../stb/stb_image.h .
46
40
ln -s ../stb/stb_image_write.h .
47
- make conv
41
+ cxx-env-run make conv
48
42
popd
49
43
mv .dependencies/qoi/qoiconv bin/qoiconv_orig
50
44
- name : build
51
45
shell : bash
52
- run : CXX=clang++-17 make -j
46
+ run : cxx-env-run make -j CXX:=clang++
53
47
- name : test
54
48
shell : bash
55
49
run : |
You can’t perform that action at this time.
0 commit comments