We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b980c commit 76d0169Copy full SHA for 76d0169
.github/workflows/tests.yml
@@ -36,6 +36,7 @@ jobs:
36
- uses: actions/checkout@v4
37
- if: startsWith(matrix.os, 'ubuntu')
38
run: tests/scripts/ubuntu_install_libtinfo.sh
39
+ - run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android
40
- name: Test
41
env:
42
USE_BAZEL_VERSION: ${{ matrix.bazel_version }}
@@ -87,6 +88,7 @@ jobs:
87
88
runs-on: ubuntu-latest
89
steps:
90
91
92
93
94
USE_BZLMOD: ${{ matrix.bzlmod }}
0 commit comments