Skip to content

Commit

Permalink
run as root
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Mar 23, 2024
1 parent cbbfdc2 commit 87dd757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -394,10 +394,10 @@ jobs:
- uses: actions/checkout@v4

- name: build deps
run: ./buildscripts/docker/nondocker_windows_builder.sh --src-dir /qtox
run: sudo ./buildscripts/docker/nondocker_windows_builder.sh --src-dir /qtox

- name: build qtox
run: ./windows/cross-compile/build.sh --arch x86_64 --build-type ${{ matrix.build_type }} --run-tests --src-dir /qtox
run: sudo ./windows/cross-compile/build.sh --arch x86_64 --build-type ${{ matrix.build_type }} --run-tests --src-dir /qtox

- name: Upload installer
if: matrix.build_type == 'release'
Expand Down

0 comments on commit 87dd757

Please sign in to comment.