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

Commit 176f46c

Browse files
committed
ci fixup
1 parent 2a1e117 commit 176f46c

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
@@ -70,11 +70,11 @@ jobs:
7070

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

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

7979
- name: Info about clang
8080
if: startswith('clang', matrix.toolchain)

0 commit comments

Comments
 (0)