Skip to content

Commit

Permalink
CI: Elevate privileges to install on self hosted runner (#2075)
Browse files Browse the repository at this point in the history
  • Loading branch information
sieniven authored Jun 16, 2023
1 parent 82e8832 commit 2f2dce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: ./make.sh ci-setup-deps-target

- name: Install dependencies for test
run: ./make.sh ci-setup-deps-test
run: sudo ./make.sh ci-setup-deps-test

# TODO: Switch this to a docker build later and this builds on the native
# VM toolchain and loses disparity with the CI release builds
Expand Down

0 comments on commit 2f2dce7

Please sign in to comment.