Skip to content

Commit

Permalink
iox-eclipse-iceoryx#1547 Remove GitHub Caching from Bazel build in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Dietrich Krönke <[email protected]>
  • Loading branch information
dkroenke committed Jul 29, 2022
1 parent 2c6827c commit f805b5b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,6 @@ jobs:
- uses: actions/checkout@v3
- run: sudo apt-get update && sudo apt-get install -y libacl1-dev libncurses5-dev
- uses: bazelbuild/setup-bazelisk@v2
- name: Mount bazel cache
uses: actions/cache@v3
with:
path: "~/.cache/bazel"
key: bazel
- name: Bazel Linting + Build + Test
run: |
# Run linter on complete bazel code
Expand Down

0 comments on commit f805b5b

Please sign in to comment.