Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Hsu <kennethhsu@gmail.com>2021-02-06 21:38:16 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2021-02-06 21:38:16 +0300
commit027cccb817e568777b4d5f93262ce007beb56313 (patch)
treef817ac485c00754f3652bd4342c11c98bdf87418
parentcde257cc4e55213ddedfb65577c8e8e955df6279 (diff)
Run apt-get as root.
-rw-r--r--.github/workflows/unit_tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml
index c147d1aed..4515db182 100644
--- a/.github/workflows/unit_tests.yml
+++ b/.github/workflows/unit_tests.yml
@@ -12,4 +12,4 @@ jobs:
steps:
- name: Insall mono
- run: apt-get install mono-complete
+ run: sudo apt-get install mono-complete