Skip to content

Commit

Permalink
Update clang and gcc.
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalz800 committed Sep 3, 2022
1 parent faac6a2 commit 7c12ea4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-linux-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

- name: "Setup clang"
uses: egor-tensin/setup-clang@v1
with:
version: 12

- name: "Setup cmake"
run: cmake --version
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-linux-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

- name: "Setup gcc"
uses: egor-tensin/setup-gcc@v1
with:
version: 11

- name: "Setup cmake"
run: cmake --version
Expand Down

0 comments on commit 7c12ea4

Please sign in to comment.