File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,8 @@ jobs:
126126 e2e-windows-subset :
127127 runs-on : windows-latest
128128 steps :
129+ # Workaround for: https://github.com/bazel-contrib/bazel-lib/issues/968.
130+ - run : choco install gzip
129131 - name : Initialize environment
130132 uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@9bf81f9c029a09347afb376b9e1ae12b33f1a1fa
131133 - name : Install node modules
Original file line number Diff line number Diff line change @@ -38,15 +38,6 @@ http_archive(
3838
3939load ("@aspect_rules_js//js:repositories.bzl" , "rules_js_dependencies" )
4040
41- # Override for `rules_js` version of Aspect lib due to a bug on Windows
42- # https://github.com/bazel-contrib/bazel-lib/issues/968
43- http_archive (
44- name = "aspect_bazel_lib" ,
45- sha256 = "349aabd3c2b96caeda6181eb0ae1f14f2a1d9f3cd3c8b05d57f709ceb12e9fb3" ,
46- strip_prefix = "bazel-lib-2.9.4" ,
47- url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.9.4/bazel-lib-v2.9.4.tar.gz" ,
48- )
49-
5041rules_js_dependencies ()
5142
5243http_archive (
You can’t perform that action at this time.
0 commit comments