This repository was archived by the owner on Jul 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -69,13 +69,13 @@ jobs:
6969 version : latest
7070 platform : x64
7171
72- - name : Clang 16 version alias on non-linux OS
73- if : matrix.toolchain == 'clang16 ' && !startsWith('ubuntu', matrix.os)
74- run : echo "$aalias clang-16 ='clang'" >> ~/.bashrc && echo "$aalias clang++-16 ='clang++'" >> ~/.bashrc
72+ - name : Clang 17 version alias on non-linux OS
73+ if : matrix.toolchain == 'clang17 ' && !startsWith('ubuntu', matrix.os)
74+ run : echo "$aalias clang-17 ='clang'" >> ~/.bashrc && echo "$aalias clang++-17 ='clang++'" >> ~/.bashrc
7575
76- - name : GCC 12 version alias on non-linux OS
77- if : matrix.toolchain == 'gcc12 ' && !startsWith('ubuntu', matrix.os)
78- run : echo "$aalias gcc-12 ='gcc'" >> ~/.bashrc && echo "$aalias g++-12 ='g++'" >> ~/.bashrc
76+ - name : GCC 13 version alias on non-linux OS
77+ if : matrix.toolchain == 'gcc13 ' && !startsWith('ubuntu', matrix.os)
78+ run : echo "$aalias gcc-13 ='gcc'" >> ~/.bashrc && echo "$aalias g++-13 ='g++'" >> ~/.bashrc
7979
8080 - name : Info about clang
8181 if : startswith('clang', matrix.toolchain)
You can’t perform that action at this time.
0 commit comments