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 8cf076b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,15 @@ jobs:
- name: Build bazel
run: make cpp-build

- name: Give permissions
run: |-
sudo chmod 777 bazel_assets/ -R
sudo chmod 777 docker/volumes -R
- name: Cache build and bazel_assets directories
uses: actions/cache@v3
with:
path: |
./build
./bazel_assets
./docker/volumes/bazel_cache
key: ${{ runner.os }}-cpp-build-${{ github.sha }}
Expand Down Expand Up @@ -72,7 +76,6 @@ jobs:
uses: actions/cache@v3
with:
path: |
./build
./bazel_assets
./docker/volumes/bazel_cache
key: ${{ runner.os }}-cpp-build-${{ github.sha }}
Expand All @@ -93,7 +96,6 @@ jobs:
uses: actions/cache@v3
with:
path: |
./build
./bazel_assets
./docker/volumes/bazel_cache
key: ${{ runner.os }}-cpp-build-${{ github.sha }}
Expand Down Expand Up @@ -138,7 +140,6 @@ jobs:
uses: actions/cache@v3
with:
path: |
./build
./bazel_assets
./docker/volumes/bazel_cache
key: ${{ runner.os }}-cpp-build-${{ github.sha }}
Expand Down

0 comments on commit 8cf076b

Please sign in to comment.