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 9961734 commit 68e6b26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1

- name: gcc-11
sudo apt install gcc-11 g++-11
- name: Mount bazel cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 68e6b26

Please sign in to comment.