aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/run-all-tests.yml13
1 files changed, 7 insertions, 6 deletions
diff --git a/.github/workflows/run-all-tests.yml b/.github/workflows/run-all-tests.yml
index 6dc6cf6a..c7b8831f 100644
--- a/.github/workflows/run-all-tests.yml
+++ b/.github/workflows/run-all-tests.yml
@@ -20,12 +20,13 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 11
-
- - name: Mount bazel cache
- uses: actions/cache@v2
- with:
- path: "/home/runner/.cache/bazel"
- key: bazel
+
+# Disabled due to issues with missing dependency declarations on system headers.
+# - name: Mount bazel cache
+# uses: actions/cache@v2
+# with:
+# path: "/home/runner/.cache/bazel"
+# key: bazel
- name: Build
run: ./bazelisk-linux-amd64 build -c opt //...