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 bac57fb commit 457ba7d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ jobs:
with:
path: "/home/runner/.cache/bazel"
key: bazel

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: build
shell: bash
env:
Expand All @@ -50,4 +53,5 @@ jobs:
run: |
sudo apt install gcc-11 g++-11
gcc -v
python -v
bazel build ...

0 comments on commit 457ba7d

Please sign in to comment.