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 22e1bc4 commit d32f6c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,4 @@ jobs:
CC: gcc-11
CXX: g++-11
run: |
sudo apt install gcc-11 g++-11
bazel build ...
1 change: 0 additions & 1 deletion .github/workflows/ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,3 @@ jobs:
CXX: g++-11
run: |
bazel build ...
#sudo apt install gcc-11 g++-11

0 comments on commit d32f6c7

Please sign in to comment.