Skip to content

Commit

Permalink
.github/workflows/release.yml apt-get update before installing the pa…
Browse files Browse the repository at this point in the history
…ckage
  • Loading branch information
iceboy233 committed Aug 6, 2023
1 parent 449f895 commit 6d2d4d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install tools
run: |
sudo apt-get update
sudo apt-get install crossbuild-essential-arm64 -y
sudo curl -fLo /usr/local/bin/bazel "https://github.com/bazelbuild/bazel/releases/download/6.0.0/bazel-6.0.0-linux-x86_64"
sudo chmod +x /usr/local/bin/bazel
Expand Down

0 comments on commit 6d2d4d8

Please sign in to comment.