Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dieortin authored Feb 10, 2024
1 parent d6686ff commit beb6ef8
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download Bazelisk
uses: actions/download-artifact@v3
with:
name: bazelisk
path: /usr/local/bin/bazel
url: https://github.com/bazelbuild/bazelisk/releases/download/v1.19.0/bazelisk-linux-amd64
run: sudo curl -Lo /usr/local/bin/bazel https://github.com/bazelbuild/bazelisk/releases/download/v1.19.0/bazelisk-linux-amd64

- name: Make Bazelisk executable
run: chmod +x /usr/local/bin/bazel

run: sudo chmod +x /usr/local/bin/bazel

- name: Verify Bazelisk installation
run: bazel --version

- name: Check out repository
uses: actions/checkout@v4.1.1

Expand Down

0 comments on commit beb6ef8

Please sign in to comment.