Skip to content

Commit

Permalink
G
Browse files Browse the repository at this point in the history
  • Loading branch information
KuilongCui committed Apr 10, 2024
1 parent 15bbe69 commit b7f71cf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
setup:
runs-on: ubuntu-20.04
steps:
- run: sudo apt install g++ unzip zip
- run: wget https://github.com/bazelbuild/bazel/releases/download/7.1.1/bazel-7.1.1-installer-linux-x86_64.sh
- run: sudo chmod +x bazel-7.1.1-installer-linux-x86_64.sh
- run: ./bazel-7.1.1-installer-linux-x86_64.sh
- uses: bazel-contrib/setup-bazel@7.1.1
with:
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true

build:
needs: setup
Expand Down

0 comments on commit b7f71cf

Please sign in to comment.