Skip to content

Commit

Permalink
Install necessary dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jovany-wang committed Jan 19, 2024
1 parent 41b176f commit 3b31e97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:

- name: Install bazel
run: |
# apt-get update
# apt-get install -yq wget gcc g++ python3.7 zlib1g-dev zip libuv1.dev
# apt-get install -yq pip
apt-get update
apt-get install -yq wget gcc g++ python3.7 zlib1g-dev zip libuv1.dev
apt-get install -yq pip
wget "https://github.com/bazelbuild/bazel/releases/download/5.1.0/bazel_5.1.0-linux-x86_64.deb" -O bazel_5.1.0-linux-x86_64.deb
dpkg -i bazel_5.1.0-linux-x86_64.deb
Expand Down

0 comments on commit 3b31e97

Please sign in to comment.