Skip to content

Commit d61e739

Browse files
authored
fix
1 parent 0ef3850 commit d61e739

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ jobs:
5757
runs-on: ${{ matrix.os }}-latest
5858
needs:
5959
- matrix-prep
60+
env:
61+
- USE_BAZEL_VERSION: ${{matrix.bazel-version.version}}
6062
defaults:
6163
run:
6264
working-directory: ${{ matrix.folder }}
63-
env:
64-
- USE_BAZEL_VERSION: ${{matrix.bazel-version.version}}
6565

6666
strategy:
6767
fail-fast: false
@@ -174,8 +174,7 @@ jobs:
174174
runs-on: ubuntu-latest
175175
needs:
176176
- matrix-prep
177-
defaults:
178-
env:
177+
env:
179178
- USE_BAZEL_VERSION: ${{matrix.bazel-version.version}}
180179

181180
strategy:

0 commit comments

Comments
 (0)