Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gvatsal60 authored and Vatsal Gupta committed Nov 20, 2024
1 parent 53ad9f5 commit 093e82b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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
2 changes: 1 addition & 1 deletion Makefiles/debug.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build_img:

# Code Build
build: build_img
@$(DOCKER_RUN_CMD) $(BUILD_CMD)
$(DOCKER_RUN_CMD) $(BUILD_CMD)

# Test code
test: build_img
Expand Down

0 comments on commit 093e82b

Please sign in to comment.