Skip to content

Commit

Permalink
das-node-55: Give permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Nov 1, 2024
1 parent 52f01d0 commit 32f2020
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
- name: Build bazel
run: make cpp-build

- name: Give permissions
run: |-
sudo chmod 777 build/ -R
sudo chmod 777 bazel_assets/ -R
sudo chmod 777 docker/ -R
- name: Cache build and bazel_assets directories
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 32f2020

Please sign in to comment.