Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 8074bb3

Browse files
committed
fix test
1 parent ef9b935 commit 8074bb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autotests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Install Deps
3333
run: |
34-
apt-get install cmake qt5-default libqt5network5
34+
sudo apt-get install cmake qt5-default libqt5network5
3535
3636
- name: build geodiff
3737
run: |
@@ -44,7 +44,7 @@ jobs:
4444
../geodiff
4545
4646
make -j $(sysctl -n hw.ncpu)
47-
make install
47+
sudo make install
4848
4949
- name: build mergin-cpp-client
5050
run: |

0 commit comments

Comments
 (0)