Skip to content

Commit 87dd757

Browse files
committed
run as root
1 parent cbbfdc2 commit 87dd757

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,10 +394,10 @@ jobs:
394394
- uses: actions/checkout@v4
395395

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

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

402402
- name: Upload installer
403403
if: matrix.build_type == 'release'

0 commit comments

Comments
 (0)