Skip to content

Commit

Permalink
add gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcchen committed Jan 6, 2025
1 parent d32f6c7 commit d900773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ jobs:
CC: gcc-11
CXX: g++-11
run: |
sudo apt install gcc-11 g++-11
bazel build ...
1 change: 1 addition & 0 deletions .github/workflows/ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ jobs:
CC: gcc-11
CXX: g++-11
run: |
sudo apt install gcc-11 g++-11
bazel build ...

0 comments on commit d900773

Please sign in to comment.