Skip to content

Commit

Permalink
Fixed installation of bazel in check_bazel_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Oct 15, 2024
1 parent 4287b0e commit e39d4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_bazel_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
BAZEL_PACKAGE_FILE="bazel_$BAZEL_PACKAGE_VERSION-linux-x86_64.deb"
BAZEL_PACKAGE_URL="https://github.com/bazelbuild/bazel/releases/download/$BAZEL_PACKAGE_VERSION/$BAZEL_PACKAGE_FILE"
curl -L --output /tmp/"$BAZEL_PACKAGE_FILE" "$BAZEL_PACKAGE_URL"
apt install -y "/tmp/$BAZEL_PACKAGE_FILE"
sudo apt install -y "/tmp/$BAZEL_PACKAGE_FILE"
rm "/tmp/$BAZEL_PACKAGE_FILE"
env:
BAZEL_PACKAGE_VERSION: "7.2.1"
Expand Down

0 comments on commit e39d4c7

Please sign in to comment.