Skip to content

Commit

Permalink
Run installUdfClientDeps.sh as sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Oct 15, 2024
1 parent 53c9606 commit d69208b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_bazel_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Install UDF Client Dependencies
run: |
bash scripts/installUdfClientDeps.sh "$UDF_CLIENT_ENV_FILE"
sudo bash scripts/installUdfClientDeps.sh "$UDF_CLIENT_ENV_FILE"
- name: Build
run: |
source "$UDF_CLIENT_ENV_FILE"
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install UDF Client Dependencies
run: |
bash scripts/installUdfClientDeps.sh "$UDF_CLIENT_ENV_FILE"
sudo bash scripts/installUdfClientDeps.sh "$UDF_CLIENT_ENV_FILE"
- name: Run tests
run: |
source "$UDF_CLIENT_ENV_FILE"
Expand Down

0 comments on commit d69208b

Please sign in to comment.