Skip to content

Commit c5c7832

Browse files
committed
Update clang and gcc.
1 parent 6901cb9 commit c5c7832

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build-linux-clang.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616

1717
- name: "Setup clang"
1818
uses: egor-tensin/setup-clang@v1
19+
with:
20+
version: 12
1921

2022
- name: "Setup cmake"
2123
run: cmake --version

.github/workflows/build-linux-gcc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616

1717
- name: "Setup gcc"
1818
uses: egor-tensin/setup-gcc@v1
19+
with:
20+
version: 11
1921

2022
- name: "Setup cmake"
2123
run: cmake --version

0 commit comments

Comments
 (0)