File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 82
82
java-version : ${{ inputs.java-version }}
83
83
distribution : ' temurin'
84
84
- name : Setup Bazel
85
- uses : p0deje/setup-bazel@0.3.2
85
+ uses : p0deje/setup-bazel@0.4.0
86
86
with :
87
87
bazelisk-cache : true
88
88
bazelrc : common --color=yes
93
93
crates: rust/Cargo.Bazel.lock
94
94
npm: package-lock.json
95
95
pypi__pip: py/requirements_lock.txt
96
- ruby: rb/.ruby-version
96
+ ruby: ${{ inputs.os == 'windows' && 'false' || ' rb/.ruby-version' }}
97
97
repository-cache : true
98
98
- name : Setup Fluxbox and Xvfb
99
99
if : inputs.os == 'ubuntu' && inputs.browser != ''
Original file line number Diff line number Diff line change 25
25
with :
26
26
fetch-depth : 50
27
27
- name : Setup Bazel
28
- uses : p0deje/setup-bazel@0.3.2
28
+ uses : p0deje/setup-bazel@0.4.0
29
29
with :
30
30
bazelisk-cache : true
31
31
external-cache : |
34
34
crates: rust/Cargo.Bazel.lock
35
35
npm: package-lock.json
36
36
pypi__pip: py/requirements_lock.txt
37
- rules_ruby_dist : rb/ruby_version.bzl
37
+ ruby : rb/.ruby-version
38
38
repository-cache : true
39
39
- name : Check Bazel targets
40
40
id : check-targets
You can’t perform that action at this time.
0 commit comments