Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gvatsal60 committed Nov 20, 2024
1 parent 53ad9f5 commit 2a331b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ jobs:
contents: write # Grant write permissions to modify repository contents
steps:
- uses: actions/checkout@v4
- name: Set up Bazel cache directory
run: |
mkdir -p .bazel-cache
chmod -R 777 .bazel-cache
- name: Build
run: make build
- name: Test
Expand Down

0 comments on commit 2a331b8

Please sign in to comment.