We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6901cb9 commit c5c7832Copy full SHA for c5c7832
.github/workflows/build-linux-clang.yml
@@ -16,6 +16,8 @@ jobs:
16
17
- name: "Setup clang"
18
uses: egor-tensin/setup-clang@v1
19
+ with:
20
+ version: 12
21
22
- name: "Setup cmake"
23
run: cmake --version
.github/workflows/build-linux-gcc.yml
- name: "Setup gcc"
uses: egor-tensin/setup-gcc@v1
+ version: 11
0 commit comments