Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit b4d1c08

Browse files
committed
ci fixup
1 parent 139647a commit b4d1c08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/builds-and-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ jobs:
6969
platform: x64
7070

7171
- name: Clang 16 version alias on non-linux OS
72-
if: matrix.toolchain == 'clang16' && not statsWith('ubuntu', matrix.os)
72+
if: matrix.toolchain == 'clang16' && !startsWith('ubuntu', matrix.os)
7373
run: sed -i -e "$aalias clang-16='clang'" ~/.bashrc && sed -i -e "$aalias clang++-16='clang++'" ~/.bashrc
7474

7575
- name: GCC 12 version alias on non-linux OS
76-
if: matrix.toolchain == 'gcc12' && not statsWith('ubuntu', matrix.os)
76+
if: matrix.toolchain == 'gcc12' && !startsWith('ubuntu', matrix.os)
7777
run: sed -i -e "$aalias gcc-12='gcc'" ~/.bashrc && sed -i -e "$aalias g++-12='g++'" ~/.bashrc
7878

7979
- name: Info about clang

0 commit comments

Comments
 (0)