Skip to content

Commit

Permalink
/facepalm forgot the 'with:'
Browse files Browse the repository at this point in the history
  • Loading branch information
dougthor42 committed Jul 2, 2024
1 parent db188b3 commit 6296de3
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions .github/workflows/bazeltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: bazel-contrib/[email protected]
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
bazelisk-version: 1.x
with:
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 @@ -53,10 +54,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: bazel-contrib/[email protected]
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
bazelisk-version: 1.x
with:
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 @@ -79,10 +81,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: bazel-contrib/[email protected]
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
bazelisk-version: 1.x
with:
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 6296de3

Please sign in to comment.