Skip to content

Commit

Permalink
Specify bazelisk-version in case bazelisk isn't installed in the CI c…
Browse files Browse the repository at this point in the history
…ontainer
  • Loading branch information
dougthor42 committed Jul 2, 2024
1 parent 86f9d92 commit db188b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bazeltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
bazelisk-version: 1.x
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Install requirements
Expand Down Expand Up @@ -55,6 +56,7 @@ jobs:
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
bazelisk-version: 1.x
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Install requirements
Expand All @@ -80,6 +82,7 @@ jobs:
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
bazelisk-version: 1.x
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Install requirements
Expand Down

0 comments on commit db188b3

Please sign in to comment.