Skip to content

Commit

Permalink
workflows: install GCC 9, 10, and 11
Browse files Browse the repository at this point in the history
  • Loading branch information
imaami committed Jul 15, 2024
1 parent 1b11241 commit f6a7f0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
run: |
sudo apt-get install clang-14 clang-15
- name: Install GCC 9, 10, and 11
run: |
sudo apt-get install gcc-9 g++-9 gcc-10 g++-10 gcc-11 g++-11
- name: Install dependencies
run: |
sudo apt-get install libcjson-dev
Expand Down

0 comments on commit f6a7f0e

Please sign in to comment.