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 8f57059 commit c5151f5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,11 @@ jobs:
key: bazel

- name: build
run: bazel build ...
shell: bash
env:
CC: gcc-11
CXX: g++-11
run: |
sudo apt install gcc-11 g++-11
gcc-v
bazel build ...

0 comments on commit c5151f5

Please sign in to comment.