Skip to content

Commit

Permalink
ci: pin bazel version; bazel 7.0 does not work with us yet
Browse files Browse the repository at this point in the history
  • Loading branch information
0x804d8000 committed Jun 1, 2024
1 parent b6ece42 commit 4c507a3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/bazel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Setup bazel
run: |
sudo apt-get install -y bazel-6.5.0
- name: Build
# Build your program with clang
working-directory: ${{github.workspace}}
Expand Down

0 comments on commit 4c507a3

Please sign in to comment.